LingAdmin/Web/jsconfig.json

9 lines
95 B
JSON
Raw Permalink Normal View History

2026-04-16 18:13:06 +08:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
}
}