Skip to content

Commit e7d5371

Browse files
committed
adjust module resolution
1 parent ce61ab2 commit e7d5371

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"module": "commonjs",
44
"target": "es6",
5+
"moduleResolution": "node",
56
"resolveJsonModule": true,
67
"outDir": "out",
78
"lib": [

0 commit comments

Comments
 (0)