1
0
Fork 0
peertube/server/tsconfig.lib.json

13 lines
235 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"tsBuildInfoFile": "./dist/.tsbuildinfo",
"baseUrl": "../",
"rootDir": ".",
"paths": {
2023-10-04 13:13:25 +00:00
"@server/*": [ "server/core/*" ]
}
}
}