qcal/frcal/tsconfig.paths.json
2023-04-21 02:34:54 -04:00

8 lines
110 B
JSON

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