Skip to content

Commit 51b185f

Browse files
committed
future proof ts6
1 parent a70c814 commit 51b185f

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

tsconfig.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@
33
"files": true
44
},
55
"compilerOptions": {
6-
"target": "ES2022",
7-
"lib": ["ES2022", "DOM"],
6+
"target": "ES2025",
7+
"lib": ["ES2025", "DOM"],
88
"esModuleInterop": true,
9-
"module": "Node16",
10-
"moduleResolution": "Node16",
9+
"module": "NodeNext",
10+
"moduleResolution": "NodeNext",
1111
"types": ["node"],
1212
"declaration": true,
1313
"skipLibCheck": true,
1414
"allowJs": true,
1515
"checkJs": true,
16+
"strict": false,
1617
"noImplicitAny": false,
1718
"noImplicitThis": false,
1819
"noEmit": true,

0 commit comments

Comments
 (0)