We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88de797 commit 234405bCopy full SHA for 234405b
readme.md
@@ -313,8 +313,8 @@ versions of Node.js.
313
314
When we cut a new major release, we drop support for unmaintained versions of
315
Node.
316
-This means we try to keep the current release line, `hastscript@^7`,
317
-compatible with Node.js 12.
+This means we try to keep the current release line, `hastscript@^8`,
+compatible with Node.js 16.
318
319
## Security
320
tsconfig.json
@@ -6,10 +6,10 @@
6
"emitDeclarationOnly": true,
7
"exactOptionalPropertyTypes": true,
8
"jsx": "preserve",
9
- "lib": ["es2020"],
+ "lib": ["es2022"],
10
"module": "node16",
11
"strict": true,
12
- "target": "es2020"
+ "target": "es2022"
13
},
14
"exclude": ["coverage/", "node_modules/"],
15
"include": [
0 commit comments