mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-12-01 12:59:15 -06:00
13 lines
251 B
JSON
13 lines
251 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/server/tools"
|
|
},
|
|
"include": [ ".", "../typings" ],
|
|
"references": [
|
|
{ "path": "../" }
|
|
],
|
|
"files": [],
|
|
"exclude": [ ] // Overwrite exclude property
|
|
}
|