]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/tsconfig.json
Only duplicate public videos
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
CommitLineData
6f4e2522 1{
63c4db6d 2 "compileOnSave": false,
6f4e2522 3 "compilerOptions": {
63c4db6d
C
4 "outDir": "./dist/out-tsc",
5 "sourceMap": true,
6 "declaration": false,
6f4e2522 7 "moduleResolution": "node",
6f4e2522
C
8 "emitDecoratorMetadata": true,
9 "experimentalDecorators": true,
63c4db6d
C
10 "target": "es5",
11 "typeRoots": [
12 "node_modules/@types"
ab32b0fc
C
13 ],
14 "lib": [
63c4db6d 15 "es2017",
920d2d2b
C
16 "es2016",
17 "es2015",
63c4db6d 18 "dom"
4cb6d457 19 ],
f2e05ffe
C
20 "types": [
21 "jasmine"
22 ],
4cb6d457
C
23 "baseUrl": "src",
24 "paths": {
6cca7360 25 "@app/*": [ "app/*" ],
3ea9a1c3
WL
26 "video.js": [ "../node_modules/video.js/dist/alt/video.core.js" ],
27 "fs": [ "./shims/noop" ],
28 "http": [ "./shims/http" ],
29 "https": [ "./shims/https" ],
30 "path": [ "./shims/path" ],
31 "stream": [ "./shims/noop" ],
32 "crypto": [ "./shims/noop" ]
4cb6d457 33 }
0b18f4aa
C
34 },
35 "exclude": [
36 "../node_modules",
37 "node_modules",
38 "dist",
f2e05ffe
C
39 "../server",
40 "src/**/*.spec.ts"
0b18f4aa 41 ]
6f4e2522 42}