1
0
Fork 0
peertube/server/tools/tsconfig.json

12 lines
237 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/server/tools"
},
"include": [ ".", "../typings" ],
"references": [
{ "path": "../" },
],
"exclude": [ ] // Overwrite exclude property
}