⚙️ chore (config): add tailwind css and components config

This commit is contained in:
Abizrh
2025-08-08 11:30:48 +07:00
parent 92d8359803
commit 2e01715df4
8 changed files with 7939 additions and 6537 deletions
+7 -14
View File
@@ -1,18 +1,11 @@
{
// https://nuxt.com/docs/guide/concepts/typescript
"files": [],
"references": [
{
"path": "./.nuxt/tsconfig.app.json"
},
{
"path": "./.nuxt/tsconfig.server.json"
},
{
"path": "./.nuxt/tsconfig.shared.json"
},
{
"path": "./.nuxt/tsconfig.node.json"
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"paths": {
"~/*": [
"./app/*"
]
}
]
}
}