import type { Config } from "tailwindcss"; const config: Config = { content: ["./src/**/*.{ts,tsx}"], plugins: [], }; export default config;