Skip to content

Commit f10d214

Browse files
committed
fix: update tsconfig.json
1 parent ecad672 commit f10d214

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"compilerOptions": {
33
"baseUrl": ".",
4-
"module": "ESNext",
4+
"module": "NodeNext",
55
"target": "ESNext",
66
"lib": ["DOM", "ESNext"],
77
"strict": true,
88
"esModuleInterop": true,
99
"jsx": "preserve",
1010
"skipLibCheck": true,
11-
"moduleResolution": "node",
11+
"moduleResolution": "NodeNext",
1212
"resolveJsonModule": true,
1313
"noUnusedLocals": true,
1414
"strictNullChecks": true,

0 commit comments

Comments
 (0)