]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/tsconfig.json
Optimize SQL query that fetch actor outbox
[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
C
15 "es2017",
16 "dom"
4cb6d457
C
17 ],
18 "baseUrl": "src",
19 "paths": {
20 "@app/*": [ "app/*" ]
21 }
63c4db6d 22 }
6f4e2522 23}