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