diff --git a/generators/app/templates/tsconfig.json b/generators/app/templates/tsconfig.json index 2ab3a76..33fd839 100644 --- a/generators/app/templates/tsconfig.json +++ b/generators/app/templates/tsconfig.json @@ -3,8 +3,9 @@ "moduleResolution": "node", "module": "es6", "target": "es5", + "rootDir": "src", + "outDir": "build", "declaration": true, - "declarationDir": "build", "esModuleInterop": true, "preserveConstEnums": true, "removeComments": true,