Skip to content

Commit d5aada7

Browse files
committed
Fix tsconfig module type
1 parent 5cc2339 commit d5aada7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"declaration": false,
1010
"skipLibCheck": true,
1111
"target": "ES2015",
12-
"module": "nodenext",
13-
"moduleResolution": "nodenext",
12+
"module": "esnext",
1413
"lib": ["es6", "dom"]
1514
},
1615
"exclude": ["node_modules"]

0 commit comments

Comments
 (0)