You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using --outDir but I can't get TypeScript to grok the extra directory of .d.ts files, or at least, it doesn't seem to correlate them to the CSS module files. So, type-checking has worked for me when I don't use the --outDir option, but I haven't gotten it to work while using the --outDir option.
I did some research and tried a few things but no luck so far. Also, I recognize this is moreso a tsconfig.json question than a typed-css-modules issue, but asking just in case it's a simple answer that I've overlooked.
Thanks!
The text was updated successfully, but these errors were encountered:
Thank you for
typed-css-modules
, it's so helpful!I tried using
--outDir
but I can't get TypeScript to grok the extra directory of.d.ts
files, or at least, it doesn't seem to correlate them to the CSS module files. So, type-checking has worked for me when I don't use the--outDir
option, but I haven't gotten it to work while using the--outDir
option.I did some research and tried a few things but no luck so far. Also, I recognize this is moreso a
tsconfig.json
question than atyped-css-modules
issue, but asking just in case it's a simple answer that I've overlooked.Thanks!
The text was updated successfully, but these errors were encountered: