TailwindCss typescript error in config
I have a question regarding the implementation of the tailwind.config.js that uses the custom default props and has theme as a prop in the typography specification.
How do you make it work in typescript environment?
The theme gives me error. Also if I do : any I get a different error that it is not a ts file.
1 Reply
Do you need this npm install -D @tailwindcss/typography?