B2: TypeScript + React 19 migration (T1–B18) #87

Closed
null wants to merge 69 commits from branch/b2-typescript into branch/b1-react-query
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2cac46fda2 - Show all commits

View File

@ -1,7 +1,7 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: ['class'],
content: ['./index.html', './client/**/*.{js,jsx}'],
content: ['./index.html', './client/**/*.{js,jsx,ts,tsx}'],
theme: {
container: { center: true, padding: '2rem', screens: { '2xl': '1400px' } },
extend: {