{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@vben/tsconfig/web.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@vben-core/shadcn-ui/*": ["./src/*"]
}
},
"include": ["src"],
"exclude": ["node_modules"]