metrics/jsconfig.json
2024-12-17 21:09:49 +00:00

8 lines
73 B
JSON

{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}