ctrl-freaks/freezeframe.js

Does it really support Typescript?

Opened this issue · 1 comments

Your readme says so, but after installing your package, it complains about not founding types definition.

Captura de pantalla 2023-10-20 a las 9 45 06

Obviously trying to install @types\react-freezeframe failed. And also de node-modules does not have any d.ts file

image

I'm using latest version: 5.0.2

otomad commented

Yeah, it is forget to add "declaration": true in react-freezeframe / tsconfig.json so the package doesn't provide the .d.ts file.

In the freezeframe package, it even set to false!

"declaration": false,

Hope to change it to true (including all packages) so that to use .d.ts file.