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