fix: Typecheck and loop dependency problem repair

This commit is contained in:
vince
2024-07-05 11:12:38 +08:00
parent fa781633b5
commit 527023ae51
21 changed files with 462 additions and 750 deletions

View File

@@ -13,8 +13,8 @@ const IGNORE_DIR = [
'.cache',
'scripts',
'internal',
// 'packages/@vben-core/shared/shadcn-ui/',
'packages/@vben-core/ui-kit/menu-ui/src/',
'packages/@core/forward/request/src/',
'packages/@core/ui-kit/menu-ui/src/',
].join(',');
const IGNORE = [`**/{${IGNORE_DIR}}/**`];