aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/client-frankfurt/tsconfig.app.json
diff options
context:
space:
mode:
Diffstat (limited to 'cds-ui/client-frankfurt/tsconfig.app.json')
-rw-r--r--cds-ui/client-frankfurt/tsconfig.app.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/cds-ui/client-frankfurt/tsconfig.app.json b/cds-ui/client-frankfurt/tsconfig.app.json
deleted file mode 100644
index 565a11a21..000000000
--- a/cds-ui/client-frankfurt/tsconfig.app.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "extends": "./tsconfig.json",
- "compilerOptions": {
- "outDir": "./out-tsc/app",
- "types": []
- },
- "files": [
- "src/main.ts",
- "src/polyfills.ts"
- ],
- "include": [
- "src/**/*.ts"
- ],
- "exclude": [
- "src/test.ts",
- "src/**/*.spec.ts"
- ]
-}