We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
@types\react-freezeframe
node-modules
d.ts
I'm using latest version: 5.0.2
5.0.2
The text was updated successfully, but these errors were encountered:
Yeah, it is forget to add "declaration": true in react-freezeframe / tsconfig.json so the package doesn't provide the .d.ts file.
"declaration": true
react-freezeframe / tsconfig.json
.d.ts
In the freezeframe package, it even set to false!
freezeframe.js/tsconfig.json
Line 11 in ee166f7
Hope to change it to true (including all packages) so that to use .d.ts file.
Sorry, something went wrong.
No branches or pull requests
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 denode-modules
does not have anyd.ts
fileI'm using latest version:
5.0.2
The text was updated successfully, but these errors were encountered: