domingues / rollup-plugin-css-chunks

Rollup plugin to extract CSS into chunks
MIT License
14 stars 8 forks source link

TypeScript definitions #10

Closed antonlyap closed 3 years ago

antonlyap commented 3 years ago

Currently this package is hard to use in TypeScript apps because type definitions are neither included in it nor available as @types/rollup-plugin-css-chunks package in npm. TypeScript definitions can be auto-generated using a declaration: true option in tsconfig.json. I can submit a PR with all the necessary stuff for this if you want.

domingues commented 3 years ago

The pull request is welcome, thank you.