DX improvement: Add declaration file for tailwindcss/index.css
#16798
zanminkian
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Without declaration file for
tailwindcss/index.css
,tsc --noEmit
will fail.The alternative is adding

/// <reference types="vite/client" />
on the top of tsx file, which is verbose.Beta Was this translation helpful? Give feedback.
All reactions