Skip to content

Commit c4d05a9

Browse files
committed
Remove TSX from components.json
- 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 9b2e1e0 commit c4d05a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"$schema": "https://shadcn-vue.com/schema.json",
33
"style": "default",
4-
"tsx": true,
54
"tailwind": {
65
"config": "tailwind.config.js",
76
"css": "resources/css/app.css",

0 commit comments

Comments
 (0)