diff --git a/templates/app/tsconfig(ts).json b/templates/app/tsconfig(ts).json index cddcf25b2..7fe883d2f 100644 --- a/templates/app/tsconfig(ts).json +++ b/templates/app/tsconfig(ts).json @@ -8,10 +8,10 @@ "module": "es6", "outDir": ".tmp", "removeComments": false, - "target": "ES5", - "skipLibCheck": true + "target": "es5", + "skipLibCheck": true, + "moduleResolution": "node" }, - "moduleResolution": "node", "typeRoots": [ "node_modules/@types" ],