config tailwind

This commit is contained in:
2025-05-31 14:46:26 +03:30
parent d81d32fe4b
commit b8c3ebcee3
7 changed files with 248 additions and 109 deletions
+1 -1
View File
@@ -22,6 +22,6 @@
"@/*": ["./src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "tailwind.config.js"],
"exclude": ["node_modules"]
}