qcal/mcal/tsconfig.paths.json
2025-07-13 15:23:24 -04:00

8 lines
110 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@common/*": ["../common/src/*"]
}
}
}