1
0
Fork 0
peertube/types/tsconfig.dist.json
2021-12-24 13:28:33 +01:00

16 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/*" ]
}
}
}