13 lines
237 B
JSON
13 lines
237 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./dist",
|
||
|
"tsBuildInfoFile": "./dist/.tsbuildinfo",
|
||
|
"baseUrl": "../",
|
||
|
"rootDir": ".",
|
||
|
"paths": {
|
||
|
"@server/*": [ "server/server/*" ]
|
||
|
}
|
||
|
}
|
||
|
}
|