Skip to content

Commit 4473001

Browse files
committed
add forgotten codeblock
1 parent de8879a commit 4473001

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/recipes/ui/add-shadcn.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Check out the following recipe here to install tailwind: [Add Tailwind](https://
1616

1717
Create a file named tsconfig.json in `/src/Client` and add the following:
1818

19+
```json
1920
{
2021
"files": [],
2122
"compilerOptions": {
@@ -27,6 +28,7 @@ Create a file named tsconfig.json in `/src/Client` and add the following:
2728
}
2829
}
2930
}
31+
```
3032

3133
1. Install shadcn/ui
3234

0 commit comments

Comments
 (0)