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
VSCode expects a declaration file to help users using this plugin understand what parameters are expected to be provided to the pretty() function.
pretty()
VSCode should search & find the proper *.d.ts file in the package.json for the property types.
*.d.ts
package.json
types
The text was updated successfully, but these errors were encountered:
PRs are welcome if you'd like to add the types file.
Sorry, something went wrong.
isn't there one here https://www.npmjs.com/package/@types/pretty ?
No branches or pull requests
Issue
VSCode expects a declaration file to help users using this plugin understand what parameters are expected to be provided to the
pretty()
function.Expected Behavior
VSCode should search & find the proper
*.d.ts
file in thepackage.json
for the propertytypes
.The text was updated successfully, but these errors were encountered: