css-module-types icon indicating copy to clipboard operation
css-module-types copied to clipboard

TypeScript Language Service Plugin for CSS modules.

Results 4 css-module-types issues
Sort by recently updated
recently updated
newest added
trafficstars

(Typescript version `3.3.3`) I'm not sure what's going on, TS Language Service plugins are new to me, but while this plugin is active TS seems to be getting errors muddled...

[fuse-box](https://fuse-box.org/) CSSModulesPlugin uses default export when generating css modules javascript code so i add tsConfig.json configuration parameter "defaultExport" that if set to true will switch generated d.ts files from ```ts...

I think it should be easy to add SCSS and nested module support to this. Are you happy for me to open a PR?

Kudos to the development of this project. The package looks super promising! There are [some concerns about lack of maintenance/use](https://github.com/facebook/create-react-app/issues/5677#issuecomment-435489198) that might be alleviated from some good tests written against...