]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/tools/tsconfig.json
Translated using Weblate (Japanese)
[github/Chocobozzz/PeerTube.git] / server / tools / tsconfig.json
CommitLineData
7e9d3f25
C
1{
2 "extends": "../../tsconfig.json",
06aad801 3 "compilerOptions": {
f8360396
C
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 }
06aad801 10 },
26d6bf65 11 "include": [ ".", "../typings" ],
06aad801 12 "references": [
f8360396 13 { "path": "../" }
06aad801 14 ],
b8fa3e8c 15 "files": [],
7e9d3f25
C
16 "exclude": [ ] // Overwrite exclude property
17}