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