admin-vben/packages/@core/ui-kit/shadcn-ui/tsconfig.json

13 lines
263 B
JSON
Raw Normal View History

2024-05-19 13:20:42 +00:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@vben/tsconfig/web.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@vben-core/shadcn-ui/*": ["./src/*"]
2024-05-19 13:20:42 +00:00
}
},
2024-06-02 15:46:18 +00:00
"include": ["src"],
"exclude": ["node_modules"]
2024-05-19 13:20:42 +00:00
}