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
Currently yarn run tsc catch errors from node_modules folder:
yarn run tsc
node_modules
❯ yarn run tsc yarn run v1.22.19 $ /home/.../.bin/tsc node_modules/@wagmi/core/dist/contracts-3880ee54.d.ts:144:91 - error TS1005: '?' expected. 144 }, TOptions extends Options = DefaultOptions> = TFunction['inputs'] extends infer TInputs extends readonly AbiParameter[] ? Or<IsNever<TInputs>, NotEqual<TAbi, Abi>> extends true ? { ~~~~~~~ node_modules/@wagmi/core/dist/contracts-3880ee54.d.ts:144:99 - error TS1005: ':' expected. 144 }, TOptions extends Options = DefaultOptions> = TFunction['inputs'] extends infer TInputs extends readonly AbiParameter[] ? Or<IsNever<TInputs>, NotEqual<TAbi, Abi>> extends true ? { ~~~~~~~~
It should only catch errors from our own files
The text was updated successfully, but these errors were encountered:
Outdated bountie?
Sorry, something went wrong.
No branches or pull requests
Currently
yarn run tsc
catch errors fromnode_modules
folder:It should only catch errors from our own files
The text was updated successfully, but these errors were encountered: