PeerTube/scripts/tsconfig.json

11 lines
181 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "../dist/scripts"
},
"references": [
{ "path": "../shared" },
{ "path": "../server" }
]
}