Skip to content

Commit 580dbd1

Browse files
authored
Use tsx flag instead of typescript (#166)
The Laravel Starter Kit’s components.json schema has been updated to replace the unrecognized `typescript` key with `tsx`, aligning with shadcn UI’s expected configuration.
1 parent ca6ad3a commit 580dbd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://shadcn-vue.com/schema.json",
33
"style": "default",
4-
"typescript": true,
4+
"tsx": true,
55
"tailwind": {
66
"config": "tailwind.config.js",
77
"css": "resources/css/app.css",

0 commit comments

Comments
 (0)