PeerTube/packages/peertube-runner/tsconfig.json

10 lines
149 B
JSON
Raw Normal View History

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