1
0
Fork 0
peertube/scripts/tsconfig.json

14 lines
321 B
JSON
Raw Normal View History

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "../dist/scripts"
},
"references": [
{ "path": "../packages/core-utils" },
{ "path": "../packages/models" },
{ "path": "../packages/node-utils" },
{ "path": "../packages/server-commands" },
{ "path": "../server" }
]
}