export default { content: [ './lib/*.ts', './lib/**/*.ts', './lib/*.tsx', './lib/**/*.tsx', './pages/*.ts', './pages/**/*.ts', './pages/*.tsx', './pages/**/*.tsx', './components/*.ts', './components/**/*.ts', './components/*.tsx', './components/**/*.tsx', ], plugins: ['forms'], safelist: [], };