]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/tsconfig.app.json
Run videojs outside angular
[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": "./",
6 "module": "es2015",
7 "types": []
8 },
9 "exclude": [
10 "test.ts",
ca309a9f
C
11 "**/*.spec.ts",
12 "../node_modules/ngx-clipboard/**/*.spec.ts"
13 ],
14 "include": [
15 "**/*.ts",
16 "../node_modules/ngx-clipboard/*/**.ts"
63c4db6d
C
17 ]
18}