]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/tsconfig.app.json
Fix multiple server tests
[github/Chocobozzz/PeerTube.git] / client / src / tsconfig.app.json
CommitLineData
63c4db6d
C
1{
2 "extends": "../tsconfig.json",
3 "compilerOptions": {
4 "outDir": "../out-tsc/app",
5 "baseUrl": "./",
920d2d2b
C
6 "types": [],
7 "lib": [
8 "es2017",
9 "es2016",
10 "es2015",
11 "dom"
12 ]
63c4db6d
C
13 },
14 "exclude": [
15 "test.ts",
ca309a9f
C
16 "**/*.spec.ts",
17 "../node_modules/ngx-clipboard/**/*.spec.ts"
18 ],
19 "include": [
20 "**/*.ts",
21 "../node_modules/ngx-clipboard/*/**.ts"
63c4db6d
C
22 ]
23}