1
0
Fork 0
peertube/types/tsconfig.dist.json

17 lines
300 B
JSON
Raw Normal View History

{
2021-12-14 12:48:13 +00:00
"extends": "./tsconfig.json",
"compilerOptions": {
"typeRoots": [
"node_modules/@types",
"client/node_modules/@types"
],
"baseUrl": "./",
"paths": {
"@server/*": [ "server/*" ],
"@shared/*": [ "shared/*" ],
"@client/*": [ "client/*" ]
}
}
}