aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/client-frankfurt/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'cds-ui/client-frankfurt/tsconfig.json')
-rw-r--r--cds-ui/client-frankfurt/tsconfig.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/cds-ui/client-frankfurt/tsconfig.json b/cds-ui/client-frankfurt/tsconfig.json
deleted file mode 100644
index 30956ae7e..000000000
--- a/cds-ui/client-frankfurt/tsconfig.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "compileOnSave": false,
- "compilerOptions": {
- "baseUrl": "./",
- "outDir": "./dist/out-tsc",
- "sourceMap": true,
- "declaration": false,
- "downlevelIteration": true,
- "experimentalDecorators": true,
- "module": "esnext",
- "moduleResolution": "node",
- "importHelpers": true,
- "target": "es2015",
- "typeRoots": [
- "node_modules/@types"
- ],
- "lib": [
- "es2018",
- "dom"
- ]
- },
- "angularCompilerOptions": {
- "fullTemplateTypeCheck": true,
- "strictInjectionParameters": true
- }
-}