13 lines
336 B
JSON
Executable file
13 lines
336 B
JSON
Executable file
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./*"],
|
|
"shared-types": ["../shared-types"],
|
|
"@commonTypes": ["../../packages/ui/shared-types"],
|
|
"@commonTypes/*": ["../../packages/ui/shared-types/*"],
|
|
"@backend": ["@apps/backend/*"],
|
|
"@backend/*": ["@apps/backend/*"]
|
|
}
|
|
}
|
|
}
|