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
What you were expecting:
Import ra-input-rich-text without TypeScript compile errors.
What happened instead:
Got a Could not find a declaration file for module 'ra-input-rich-text' error.
Could not find a declaration file for module 'ra-input-rich-text'
Steps to reproduce:
import RichTextInput from 'ra-input-rich-text';
Other information:
ra-input-rich-text is written in TypeScript so it should have types. Maybe some misconfiguration in tsconfig.json?
ra-input-rich-text
tsconfig.json
Environment
The text was updated successfully, but these errors were encountered:
Indeed, the tsconfig misses a line to emit declarations.
Sorry, something went wrong.
[TypeScript] Fix ra-input-rich-text is missing types
ca187a8
closes #6088
fzaninotto
Successfully merging a pull request may close this issue.
What you were expecting:
Import ra-input-rich-text without TypeScript compile errors.
What happened instead:
Got a
Could not find a declaration file for module 'ra-input-rich-text'
error.Steps to reproduce:
Other information:
ra-input-rich-text
is written in TypeScript so it should have types. Maybe some misconfiguration intsconfig.json
?Environment
The text was updated successfully, but these errors were encountered: