Skip to content

Commit 6fad8b5

Browse files
committed
Set moduleResolution to "node" in tsconfig
1 parent cdbef61 commit 6fad8b5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mock-server/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"rootDir": ".",
99
"outDir": "build",
1010
"strict": true,
11+
"moduleResolution": "node",
1112
"resolveJsonModule": true,
1213
"typeRoots": ["./node_modules/@types"],
1314
},

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"compilerOptions": {
44
"rootDir": ".",
55
"outDir": "build",
6+
"moduleResolution": "node",
67
"resolveJsonModule": true,
78
"baseUrl": ".",
89
"paths": {

0 commit comments

Comments
 (0)