qcal/mcal/tsconfig.paths.json

8 lines
110 B
JSON
Raw Permalink Normal View History

2025-07-13 15:23:24 -04:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@common/*": ["../common/src/*"]
}
}
}