sh_real_name_system_web/jsconfig.json

10 lines
150 B
JSON
Raw Normal View History

2025-08-08 10:18:07 +08:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules"]
}