module.exports = { prefix: 'tw:', content: [ './index.html', './src/**/*.{vue,js,ts,jsx,tsx}', './templates/**/*.twig', './views/**/*.php', ], };