update shadcn/tailwind config
This commit is contained in:
parent
2a83972b47
commit
903636b6f9
9 changed files with 278 additions and 195 deletions
|
|
@ -11,9 +11,10 @@
|
|||
// shadcn
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"./src/*"
|
||||
]
|
||||
"@/*": ["./src/*"],
|
||||
"@/components/*": ["./src/components/*"],
|
||||
"@/lib/*": ["./src/lib/*"],
|
||||
"@/composables/*": ["./src/composables/*"]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue