]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - client/e2e/tsconfig.e2e.json
Cleanup update video button
[github/Chocobozzz/PeerTube.git] / client / e2e / tsconfig.e2e.json
... / ...
CommitLineData
1{
2 "extends": "../tsconfig.base.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}