Skip to content

Commit

Permalink
Use ts for tailwind.config
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Dec 27, 2023
1 parent 6407f34 commit 3024c49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tailwind.config.js → tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Config } from 'tailwindcss';
import { nextui } from "@nextui-org/react";

/** @type {import('tailwindcss').Config} */
const config = {
const config: Config = {
content: [
"./app/**/*.{js,ts,jsx,tsx,mdx}",
"./pages/**/*.{js,ts,jsx,tsx,mdx}",
Expand Down

0 comments on commit 3024c49

Please sign in to comment.