qcal/jcal/tsconfig.paths.json
2023-04-22 21:57:03 -04:00

8 lines
110 B
JSON

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