updated tailwind css

This commit is contained in:
2025-06-13 11:19:57 +03:00
parent 3f0b3c8ed2
commit a48e560ece
16 changed files with 386 additions and 94 deletions

View File

@@ -22,6 +22,12 @@
"@/*": ["./src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
"src/components/custom/menu/types.ts"
],
"exclude": ["node_modules"]
}