mirror of https://github.com/Chocobozzz/PeerTube
12 lines
222 B
JSON
12 lines
222 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./dist",
|
||
|
"rootDir": "src",
|
||
|
"tsBuildInfoFile": "./dist/.tsbuildinfo",
|
||
|
},
|
||
|
"references": [
|
||
|
{ "path": "../transcription" }
|
||
|
]
|
||
|
}
|