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
I have lot of errors like that:
error TS6133: 'pulumi' is declared but its value is never read. error TS6133: 'ObjectMeta' is declared but its value is never read.
on generated files. For fast workaround, I propose to add a line // @ts-nocheck at the beginning of typescripts files generated by crd2pulumi.
// @ts-nocheck
The text was updated successfully, but these errors were encountered:
Same issue for me :D
Sorry, something went wrong.
I am facing the same issue and adding noUnsuedLocals: false is not an option. Are there any workarounds except the // @ts-nocheck option?
noUnsuedLocals: false
No branches or pull requests
I have lot of errors like that:
on generated files. For fast workaround, I propose to add a line
// @ts-nocheck
at the beginning of typescripts files generated by crd2pulumi.The text was updated successfully, but these errors were encountered: