mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-08-18 17:04:50 -05:00
15 lines
287 B
JSON
15 lines
287 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "src",
|
|
"tsBuildInfoFile": "./dist/.tsbuildinfo"
|
|
},
|
|
|
|
"references": [
|
|
{ "path": "../models" },
|
|
{ "path": "../core-utils" },
|
|
{ "path": "../typescript-utils" }
|
|
]
|
|
}
|