find a way to generate Typescript definition files for CSS modules and try and share constants between Typescript and our CSS.
How we build CSS in Office Delve
Delve Engineering
364
I was able to generate TypeScript definition files on the fly with webpack and typed-css-modules. I’ve noted my method here: https://github.com/Quramy/typed-css-modules/issues/2#issuecomment-228578934.
Would love to know if you were able to find a neat way to share constants!