PeerTube/packages/peertube-runner/tsconfig.json

10 lines
149 B
JSON
Raw Normal View History

2023-04-21 15:05:27 +02:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist"
},
"references": [
{ "path": "../../shared" }
]
}