Skip to content

Commit 23e1060

Browse files
committed
use modern moduleResolution
1 parent fed22cb commit 23e1060

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"isolatedModules": true,
66
"jsx": "react",
77
"lib": ["es6", "dom"],
8-
"module": "commonjs",
8+
"moduleResolution": "Node16",
9+
"module": "Node16",
910
"noEmit": true,
1011
"skipLibCheck": true,
1112
"skipDefaultLibCheck": true,

0 commit comments

Comments
 (0)