aboutsummaryrefslogtreecommitdiff
path: root/frontend/tsconfig.app.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/tsconfig.app.json')
-rw-r--r--frontend/tsconfig.app.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/frontend/tsconfig.app.json b/frontend/tsconfig.app.json
new file mode 100644
index 00000000..82d91dc4
--- /dev/null
+++ b/frontend/tsconfig.app.json
@@ -0,0 +1,15 @@
+/* To learn more about this file see: https://angular.io/config/tsconfig. */
+{
+ "extends": "./tsconfig.json",
+ "compilerOptions": {
+ "outDir": "./out-tsc/app",
+ "types": []
+ },
+ "files": [
+ "src/main.ts",
+ "src/polyfills.ts"
+ ],
+ "include": [
+ "src/**/*.d.ts"
+ ]
+}