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 a70c814 commit 51b185fCopy full SHA for 51b185f
1 file changed
tsconfig.json
@@ -3,16 +3,17 @@
3
"files": true
4
},
5
"compilerOptions": {
6
- "target": "ES2022",
7
- "lib": ["ES2022", "DOM"],
+ "target": "ES2025",
+ "lib": ["ES2025", "DOM"],
8
"esModuleInterop": true,
9
- "module": "Node16",
10
- "moduleResolution": "Node16",
+ "module": "NodeNext",
+ "moduleResolution": "NodeNext",
11
"types": ["node"],
12
"declaration": true,
13
"skipLibCheck": true,
14
"allowJs": true,
15
"checkJs": true,
16
+ "strict": false,
17
"noImplicitAny": false,
18
"noImplicitThis": false,
19
"noEmit": true,
0 commit comments