vue-rabbit/jsconfig.json

10 lines
137 B
JSON
Raw Normal View History

2024-08-04 20:13:36 +08:00
{
"compilerOptions": {
2024-08-04 20:43:23 +08:00
"baseUrl": "./",
2024-08-04 20:13:36 +08:00
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}