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