mirror of https://github.com/Chocobozzz/PeerTube
17 lines
304 B
JSON
17 lines
304 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"typeRoots": [
|
||
|
"node_modules/@types",
|
||
|
"client/node_modules/@types"
|
||
|
],
|
||
|
"baseUrl": "./dist",
|
||
|
"paths": {
|
||
|
"@server/*": [ "server/*" ],
|
||
|
"@shared/*": [ "shared/*" ],
|
||
|
"@client/*": [ "client/*" ]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|