diff options
Diffstat (limited to 'client/e2e/tsconfig.e2e.json')
-rw-r--r-- | client/e2e/tsconfig.e2e.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/client/e2e/tsconfig.e2e.json b/client/e2e/tsconfig.e2e.json new file mode 100644 index 000000000..a6dd62202 --- /dev/null +++ b/client/e2e/tsconfig.e2e.json | |||
@@ -0,0 +1,13 @@ | |||
1 | { | ||
2 | "extends": "../tsconfig.json", | ||
3 | "compilerOptions": { | ||
4 | "outDir": "../out-tsc/app", | ||
5 | "module": "commonjs", | ||
6 | "target": "es5", | ||
7 | "types": [ | ||
8 | "jasmine", | ||
9 | "jasminewd2", | ||
10 | "node" | ||
11 | ] | ||
12 | } | ||
13 | } \ No newline at end of file | ||