We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079b5f0 commit 098a57fCopy full SHA for 098a57f
readme.md
@@ -331,8 +331,8 @@ versions of Node.js.
331
332
When we cut a new major release, we drop support for unmaintained versions of
333
Node.
334
-This means we try to keep the current release line, `xastscript@^3`, compatible
335
-with Node.js 12.
+This means we try to keep the current release line, `xastscript@^4`, compatible
+with Node.js 16.
336
337
## Security
338
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