svobik7/next-roots

typescript type declarations missing in npm package

lingard opened this issue · 1 comments

Seems like there's no typescript declaration files included in the npm package, there's an entry index.d.ts file but none of the files in the dist folder has a corresponding declaration file.

Screenshot 2023-06-16 at 16 02 53

I'm using version 3.2.0.

Never mind, I just saw that the types are generated when running the next-roots command.