Files
PeerTube/server/tsconfig.lib.json
T

12 lines
208 B
JSON
Raw Normal View History

2023-07-31 14:34:36 +02:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"tsBuildInfoFile": "./dist/.tsbuildinfo",
"rootDir": ".",
"paths": {
2026-03-26 15:54:20 +01:00
"@server/*": [ "./core/*" ]
2023-07-31 14:34:36 +02:00
}
}
}