We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdbef61 commit 6fad8b5Copy full SHA for 6fad8b5
mock-server/tsconfig.json
@@ -8,6 +8,7 @@
8
"rootDir": ".",
9
"outDir": "build",
10
"strict": true,
11
+ "moduleResolution": "node",
12
"resolveJsonModule": true,
13
"typeRoots": ["./node_modules/@types"],
14
},
tsconfig.json
@@ -3,6 +3,7 @@
3
"compilerOptions": {
4
5
6
7
"baseUrl": ".",
"paths": {
0 commit comments