We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2463986 commit 8462981Copy full SHA for 8462981
readme.md
@@ -255,8 +255,8 @@ versions of Node.js.
255
256
When we cut a new major release, we drop support for unmaintained versions of
257
Node.
258
-This means we try to keep the current release line, `mdast-util-to-nlcst@^6`,
259
-compatible with Node.js 12.
+This means we try to keep the current release line, `mdast-util-to-nlcst@^7`,
+compatible with Node.js 16.
260
261
## Security
262
tsconfig.json
@@ -7,11 +7,11 @@
7
"emitDeclarationOnly": true,
8
"exactOptionalPropertyTypes": true,
9
"forceConsistentCasingInFileNames": true,
10
- "lib": ["es2020"],
+ "lib": ["es2022"],
11
"module": "node16",
12
"newLine": "lf",
13
"skipLibCheck": true,
14
"strict": true,
15
- "target": "es2020"
+ "target": "es2022"
16
}
17
0 commit comments