on-site-robots-screen/jsconfig.json

11 lines
190 B
JSON
Raw Normal View History

2025-06-17 16:01:11 +08:00
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}