yh-ui/jsconfig.json

10 lines
175 B
JSON
Raw Normal View History

2024-12-23 14:34:14 +08:00
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}