Skip to content

Commit 591e04a

Browse files
committed
Update module resolution to node 16
1 parent ad7556c commit 591e04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"isolatedModules": true,
88
"lib": ["ES2020"],
99
"module": "ES2020",
10-
"moduleResolution": "node",
10+
"moduleResolution": "Node16",
1111
"skipLibCheck": true,
1212
"sourceMap": true,
1313
"strict": true,

0 commit comments

Comments
 (0)