CLV_Frontend/jsconfig.json
2025-11-05 09:32:00 +08:00

8 lines
94 B
JSON

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