admin/web/jsconfig.json

11 lines
162 B
JSON
Raw Normal View History

2025-06-19 21:53:00 +08:00
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"],
"include": ["src/**/*"]
}