mizdra / happy-css-modules

Typed, definition jumpable CSS Modules. Moreover, easy!
MIT License
217 stars 5 forks source link

Use commonjs in example #107

Closed mizdra closed 1 year ago

mizdra commented 1 year ago

There is a bug in module: "Node16" that prevents tsc from resolving .css.d.ts (https://github.com/microsoft/TypeScript/issues/50133). Therefore, use module: "CommonJS" instead of module: "Node16" in the example.