There was an error while loading. Please reload this page.
1 parent 7cb68de commit e27f2a7Copy full SHA for e27f2a7
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