fix typescript errors

This commit is contained in:
codetorso 2024-06-29 20:34:48 +05:30
parent ffe9103da6
commit 6294f5fa33
16 changed files with 27 additions and 16 deletions

View file

@ -17,7 +17,8 @@
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
"../../packages/ui/"
"../../packages/ui/",
"./components"
],
"exclude": ["node_modules/"]
}