Skip to content

Commit dfeeae7

Browse files
committed
Set the moduleResolution to node
1 parent 8f39af6 commit dfeeae7

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
@@ -6,7 +6,8 @@
66
"declaration": true,
77
"allowJs": false,
88
"strict": true,
9-
"esModuleInterop": true
9+
"esModuleInterop": true,
10+
"moduleResolution": "node"
1011
},
1112
"include": ["src/**/*"],
1213
"exclude": ["node_modules", "**/*.spec.ts"]

0 commit comments

Comments
 (0)