]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/tools/tsconfig.json
61e6b87395e08217efe10fa24256d9cd43942c4e
[github/Chocobozzz/PeerTube.git] / server / tools / tsconfig.json
1 {
2 "extends": "../../tsconfig.json",
3 "compilerOptions": {
4 "outDir": "../../dist/server/tools"
5 },
6 "include": [ ".", "../typings" ],
7 "references": [
8 { "path": "../" },
9 ],
10 "files": [],
11 "exclude": [ ] // Overwrite exclude property
12 }