qcal/frcal/tsconfig.paths.json

8 lines
110 B
JSON
Raw Normal View History

2023-04-21 02:21:12 -04:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@common/*": ["../common/src/*"]
}
}
}