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

12 lines
213 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@vben/tsconfig/web.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"#/*": ["./src/*"]
}
},
"include": ["src"]
}