diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-16 19:59:21 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-17 10:55:50 +0200 |
commit | 74af5a8361f4ccb460001706ce249d50c747f361 (patch) | |
tree | 4e077f14a6c604799b15fdbea98a2d8c8bdc7576 /client/e2e/tsconfig.e2e.json | |
parent | 6200d8d91710b03a72a27e35cbe6eed1e6cc8c62 (diff) | |
download | PeerTube-74af5a8361f4ccb460001706ce249d50c747f361.tar.gz PeerTube-74af5a8361f4ccb460001706ce249d50c747f361.tar.zst PeerTube-74af5a8361f4ccb460001706ce249d50c747f361.zip |
Client E2E tests first step
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 | ||