]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/tsconfig.json
remove extraneous user-list table attribute
[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,
27da4884 16 "importHelpers": true,
93cae479 17 "strictBindCallApply": true,
f36da21e 18 "target": "es2015",
63c4db6d
C
19 "typeRoots": [
20 "node_modules/@types"
ab32b0fc
C
21 ],
22 "lib": [
16b55259 23 "es2018",
63c4db6d 24 "dom"
4cb6d457 25 ],
16b55259 26 "baseUrl": "./",
4cb6d457 27 "paths": {
512decf3 28 "video.js": [ "node_modules/video.js/core" ],
16b55259
C
29 "@app/*": [ "src/app/*" ],
30 "@shared/*": [ "../shared/*" ],
7e37e111
C
31 "fs": [ "src/shims/noop.ts" ],
32 "http": [ "src/shims/http.ts" ],
33 "https": [ "src/shims/https.ts" ],
34 "path": [ "src/shims/path.ts" ],
35 "stream": [ "src/shims/noop.ts" ],
36 "crypto": [ "src/shims/noop.ts" ]
4cb6d457 37 }
0b18f4aa 38 },
07524e22
C
39 "angularCompilerOptions": {
40 "strictInjectionParameters": true,
be27ef3b
C
41 "fullTemplateTypeCheck": true,
42 "strictTemplates": true
16b55259 43 }
6f4e2522 44}