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 06399f4 commit b17bfccCopy full SHA for b17bfcc
tsconfig.json
@@ -2,14 +2,16 @@
2
"compilerOptions": {
3
"declaration": true,
4
"esModuleInterop": true,
5
- "lib": ["ES2021"],
6
- "module": "commonjs",
+ "lib": [
+ "ES2023"
7
+ ],
8
+ "module": "NodeNext",
9
"noUnusedLocals": true,
10
"noUnusedParameters": true,
11
"outDir": "dist",
12
"rootDir": "src",
13
"skipLibCheck": true,
14
"strict": true,
- "target": "ES2021"
15
+ "target": "ES2023"
16
}
17
0 commit comments