freshyo/apps/backend/tsconfig.json
2026-03-07 16:24:24 +05:30

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/*"]
}
}
}