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
types
From vscode, on import analyze from "rgbaster";
import analyze from "rgbaster";
Could not find a declaration file for module . /home/mike/Code/portal/wallet/node_modules/rgbaster/dist/rgbaster.js implicitly has any type.
$ npm ls rgbaster .... └── [email protected]
There's no types entry in node_modules/rgbaster/package.json
node_modules/rgbaster/package.json
$ grep types node_modules/rgbaster/package.json "@types/jest": "^23.3.9",
I sent a PR to add it, but it looks like you already have - you just need to bump the version and publish it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From vscode, on
import analyze from "rgbaster";
There's no
types
entry innode_modules/rgbaster/package.json
I sent a PR to add it, but it looks like you already have - you just need to bump the version and publish it.
The text was updated successfully, but these errors were encountered: