game/admin/web/jsconfig.json

11 lines
162 B
JSON
Raw Normal View History

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