diff options
Diffstat (limited to 'src/angular/tsconfig.app.json')
-rw-r--r-- | src/angular/tsconfig.app.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/angular/tsconfig.app.json b/src/angular/tsconfig.app.json new file mode 100644 index 0000000..dafdb9b --- /dev/null +++ b/src/angular/tsconfig.app.json @@ -0,0 +1,15 @@ +{ + "extends": "../../tsconfig.json", + "compilerOptions": { + "outDir": "../../out-tsc/app", + "baseUrl": "./", + "module": "es2015", + "types": [ + "node" + ] + }, + "exclude": [ + "test.ts", + "**/*.spec.ts" + ] +} |