mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
12 lines
208 B
JSON
12 lines
208 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/.tsbuildinfo",
|
|
"rootDir": ".",
|
|
"paths": {
|
|
"@server/*": [ "./core/*" ]
|
|
}
|
|
}
|
|
}
|