qcal/gcal/tsconfig.paths.json
2024-05-12 02:47:15 -04:00

8 lines
110 B
JSON

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