1
0
Fork 0
mirror of https://github.com/quantum5/qcal.git synced 2025-04-25 02:01:56 -04:00
qcal/gcal/tsconfig.paths.json

8 lines
110 B
JSON
Raw Normal View History

2024-05-12 02:47:15 -04:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@common/*": ["../common/src/*"]
}
}
}