]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/tsconfig.json
Translated using Weblate (English (United Kingdom))
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
CommitLineData
6f4e2522 1{
63c4db6d 2 "compileOnSave": false,
6f4e2522 3 "compilerOptions": {
f36da21e 4 "downlevelIteration": true,
63c4db6d
C
5 "outDir": "./dist/out-tsc",
6 "sourceMap": true,
7 "declaration": false,
6f4e2522 8 "moduleResolution": "node",
4348a27d 9 "module": "esnext",
6f4e2522
C
10 "emitDecoratorMetadata": true,
11 "experimentalDecorators": true,
244b4ae3 12 "noImplicitAny": true,
951ef829 13 "noImplicitThis": true,
244b4ae3 14 "suppressImplicitAnyIndexErrors":true,
5b3f86dd 15 "alwaysStrict": true,
93cae479 16 "strictBindCallApply": true,
f36da21e 17 "target": "es2015",
63c4db6d
C
18 "typeRoots": [
19 "node_modules/@types"
ab32b0fc
C
20 ],
21 "lib": [
16b55259 22 "es2018",
63c4db6d 23 "dom"
4cb6d457 24 ],
16b55259 25 "baseUrl": "./",
4cb6d457 26 "paths": {
16b55259
C
27 "@app/*": [ "src/app/*" ],
28 "@shared/*": [ "../shared/*" ],
29 "video.js": [ "node_modules/video.js/dist/alt/video.core.js" ],
30 "fs": [ "src/shims/noop" ],
31 "http": [ "src/shims/http" ],
32 "https": [ "src/shims/https" ],
33 "path": [ "src/shims/path" ],
34 "stream": [ "src/shims/noop" ],
35 "crypto": [ "src/shims/noop" ]
4cb6d457 36 }
0b18f4aa 37 },
07524e22
C
38 "angularCompilerOptions": {
39 "strictInjectionParameters": true,
40 "fullTemplateTypeCheck": true
16b55259 41 }
6f4e2522 42}