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 a typed-css-modules issue, but asking just in case it's a simple answer that I've overlooked.
Thanks!
Thank you for
typed-css-modules, it's so helpful!I tried using
--outDirbut I can't get TypeScript to grok the extra directory of.d.tsfiles, 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--outDiroption, but I haven't gotten it to work while using the--outDiroption.I did some research and tried a few things but no luck so far. Also, I recognize this is moreso a
tsconfig.jsonquestion than atyped-css-modulesissue, but asking just in case it's a simple answer that I've overlooked.Thanks!