update shadcn/tailwind config

This commit is contained in:
padreug 2025-03-09 14:59:19 +01:00
parent 2a83972b47
commit 903636b6f9
9 changed files with 278 additions and 195 deletions

View file

@ -11,9 +11,10 @@
// shadcn
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
"@/*": ["./src/*"],
"@/components/*": ["./src/components/*"],
"@/lib/*": ["./src/lib/*"],
"@/composables/*": ["./src/composables/*"]
}
},
"include": [