mirror of https://github.com/Chocobozzz/PeerTube
14 lines
286 B
JSON
14 lines
286 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./dist",
|
||
|
"rootDir": "src",
|
||
|
"tsBuildInfoFile": "./dist/.tsbuildinfo"
|
||
|
},
|
||
|
"references": [
|
||
|
{ "path": "../models" },
|
||
|
{ "path": "../core-utils" },
|
||
|
{ "path": "../typescript-utils" }
|
||
|
]
|
||
|
}
|