LSSE-front/jsconfig.json

12 lines
202 B
JSON
Raw Permalink Normal View History

2025-08-06 19:10:12 +08:00
{
"compilerOptions": {
"target": "es6",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"],
"include": ["src/**/*", "public/map3.0.js"]
}