freezeframe.js
freezeframe.js copied to clipboard
Does it really support Typescript?
Your readme says so, but after installing your package, it complains about not founding types definition.
Obviously trying to install @types\react-freezeframe failed. And also de node-modules does not have any d.ts file
I'm using latest version: 5.0.2
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! https://github.com/ctrl-freaks/freezeframe.js/blob/ee166f7ede0167d305e3dad855d5d03ccddcf63f/tsconfig.json#L11
Hope to change it to true (including all packages) so that to use .d.ts file.