]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/tools/tsconfig.json
Fix s3 mock cleanup
[github/Chocobozzz/PeerTube.git] / server / tools / tsconfig.json
CommitLineData
7e9d3f25
C
1{
2 "extends": "../../tsconfig.json",
06aad801 3 "compilerOptions": {
ebe4b3df 4 "outDir": "../../dist/server/tools"
06aad801 5 },
26d6bf65 6 "include": [ ".", "../typings" ],
06aad801 7 "references": [
f8360396 8 { "path": "../" }
06aad801 9 ],
b8fa3e8c 10 "files": [],
7e9d3f25
C
11 "exclude": [ ] // Overwrite exclude property
12}