]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/tools/tsconfig.json
Better 413 error handling in cli script
[github/Chocobozzz/PeerTube.git] / server / tools / tsconfig.json
1 {
2 "extends": "../../tsconfig.json",
3 "compilerOptions": {
4 "baseUrl": "./",
5 "outDir": "../../dist/server/tools",
6 "paths": { // FIXME: https://github.com/benyap/resolve-tspaths/issues/10
7 "@server/*": [ "../../server/*" ],
8 "@shared/*": [ "../../shared/*" ]
9 }
10 },
11 "include": [ ".", "../typings" ],
12 "references": [
13 { "path": "../" }
14 ],
15 "files": [],
16 "exclude": [ ] // Overwrite exclude property
17 }