2021-11-09 07:49:08 -05:00
|
|
|
{
|
2021-12-14 07:48:13 -05:00
|
|
|
"extends": "./tsconfig.json",
|
2021-11-09 07:49:08 -05:00
|
|
|
"compilerOptions": {
|
|
|
|
"typeRoots": [
|
|
|
|
"node_modules/@types",
|
|
|
|
"client/node_modules/@types"
|
|
|
|
],
|
|
|
|
"baseUrl": "./",
|
|
|
|
"paths": {
|
|
|
|
"@server/*": [ "server/*" ],
|
|
|
|
"@shared/*": [ "shared/*" ],
|
|
|
|
"@client/*": [ "client/*" ]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|