athis-ui/packages/@core/ui-kit/shadcn-ui/tsconfig.json

13 lines
263 B
JSON
Raw Normal View History

2024-11-06 10:35:56 +08:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@vben/tsconfig/web.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@vben-core/shadcn-ui/*": ["./src/*"]
}
},
"include": ["src"],
"exclude": ["node_modules"]
}