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