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.
tsconfig
1 parent 5890728 commit f194d43Copy full SHA for f194d43
tsconfig.json
@@ -3,14 +3,14 @@
3
"esModuleInterop": true,
4
"exactOptionalPropertyTypes": true,
5
"forceConsistentCasingInFileNames": true,
6
- "lib": ["ES2020"],
7
- "module": "CommonJS",
8
- "moduleResolution": "node",
+ "lib": ["ES2023"],
+ "module": "Node16",
+ "moduleResolution": "Node16",
9
"noEmit": true,
10
"noErrorTruncation": true,
11
"noUncheckedIndexedAccess": true,
12
"strict": true,
13
- "target": "es2020"
+ "target": "ES2020"
14
},
15
"exclude": ["./dist", "**/node_modules"]
16
}
0 commit comments