aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.app.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.app.json')
-rw-r--r--tsconfig.app.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/tsconfig.app.json b/tsconfig.app.json
new file mode 100644
index 0000000..29f5f58
--- /dev/null
+++ b/tsconfig.app.json
@@ -0,0 +1,9 @@
+{
+ "extends": "./tsconfig.json",
+ "compilerOptions": {
+ "outDir": "./out-tsc/app",
+ "types": []
+ },
+ "files": ["src/main.ts", "src/polyfills.ts"],
+ "include": ["src/**/*.d.ts"]
+}