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 the package.json for the property types.
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.tsfile in thepackage.jsonfor the propertytypes.