Commit e6cd4de
authored
Remove TSX from components.json (#170)
- 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.1 parent 843c633 commit e6cd4de
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
0 commit comments