]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - packages/peertube-runner/tsconfig.json
Add TMP persistent directory
[github/Chocobozzz/PeerTube.git] / packages / peertube-runner / tsconfig.json
1 {
2 "extends": "../../tsconfig.base.json",
3 "compilerOptions": {
4 "outDir": "./dist"
5 },
6 "references": [
7 { "path": "../../shared" }
8 ]
9 }