fix: type check

fix: ci

fix: ci

fix: ci
This commit is contained in:
vben
2024-06-16 21:17:39 +08:00
parent 0085429ef4
commit 54b35deeab
135 changed files with 393 additions and 318 deletions

View File

@@ -4,7 +4,7 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"#/*": ["./src/*"]
"@vben-core/shadcn-ui/*": ["./src/*"]
}
},
"include": ["src"],