aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/client-frankfurt/e2e/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'cds-ui/client-frankfurt/e2e/tsconfig.json')
-rw-r--r--cds-ui/client-frankfurt/e2e/tsconfig.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/cds-ui/client-frankfurt/e2e/tsconfig.json b/cds-ui/client-frankfurt/e2e/tsconfig.json
deleted file mode 100644
index 39b800f78..000000000
--- a/cds-ui/client-frankfurt/e2e/tsconfig.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "extends": "../tsconfig.json",
- "compilerOptions": {
- "outDir": "../out-tsc/e2e",
- "module": "commonjs",
- "target": "es5",
- "types": [
- "jasmine",
- "jasminewd2",
- "node"
- ]
- }
-}