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 ea95d1c commit 22cef05Copy full SHA for 22cef05
package.json
@@ -30,7 +30,7 @@
30
"devDependencies": {
31
"@microsoft/api-extractor": "7.36.4",
32
"@rollup/plugin-node-resolve": "15.2.1",
33
- "@tsconfig/node18": "18.2.1",
+ "@tsconfig/node20": "20.1.0",
34
"@types/chai": "4.3.20",
35
"@types/mocha": "10.0.10",
36
"@types/node": "22.19.3",
tsconfig.json
@@ -1,5 +1,5 @@
1
{
2
- "extends": "@tsconfig/node18/tsconfig.json",
+ "extends": "@tsconfig/node20/tsconfig.json",
3
"compilerOptions": {
4
"noEmit": true,
5
"allowJs": false,
0 commit comments