Skip to content

Commit ce445cf

Browse files
Moved setting moduleResolution inside compilerOptions section
1 parent 7394b01 commit ce445cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: templates/app/tsconfig(ts).json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"module": "es6",
99
"outDir": ".tmp",
1010
"removeComments": false,
11-
"target": "ES5",
12-
"skipLibCheck": true
11+
"target": "es5",
12+
"skipLibCheck": true,
13+
"moduleResolution": "node"
1314
},
14-
"moduleResolution": "node",
1515
"typeRoots": [
1616
"node_modules/@types"
1717
],

0 commit comments

Comments
 (0)