You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The schema for shadcn and shadcn-vue has differing lines for typescript.
- shadcn-vue uses typescript
- shadcn uses tsx.
- However if setting typescript to false, there is an error when adding components via CLI, this makes the setting redundant as it's true by default
- To avoid compatibility removing this lines fixes compatibility and also allows generation of components to work.
0 commit comments