Fixed @shadcn/ui TS error

This commit is contained in:
VityaSchel
2023-10-02 20:39:37 +04:00
parent d0f0be6887
commit b1e8c2a058
2 changed files with 6 additions and 3 deletions

View File

@@ -35,7 +35,6 @@
".next/types/**/*.ts"
],
"exclude": [
"node_modules",
"src/shadcn"
"node_modules"
]
}