crd2pulumi
crd2pulumi copied to clipboard
Add typescript ignore comment
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.
Same issue for me :D