]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/e2e/tsconfig.e2e.json
Add compatibility with browser stack
[github/Chocobozzz/PeerTube.git] / client / e2e / tsconfig.e2e.json
CommitLineData
74af5a83
C
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}