a-wvp-web/jsconfig.json

10 lines
137 B
JSON
Raw Permalink Normal View History

2026-01-13 18:38:44 +08:00
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}