fix(shadcn): universal item files type (#7867)

* fix(shadcn): universal item files type

* chore: changeset

* fix: style
This commit is contained in:
shadcn
2025-07-22 14:58:54 +04:00
committed by GitHub
parent 20e913d8e1
commit 2926574d0e
3 changed files with 106 additions and 25 deletions

View File

@@ -0,0 +1,9 @@
{
"permissions": {
"allow": [
"Bash(npm test:*)",
"Bash(npm run typecheck:*)"
],
"deny": []
}
}