crd2pulumi icon indicating copy to clipboard operation
crd2pulumi copied to clipboard

Add typescript ignore comment

Open ohardy opened this issue 4 years ago • 1 comments

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.

ohardy avatar Dec 16 '20 15:12 ohardy

Same issue for me :D

Kamaradeivanov avatar Jan 28 '21 13:01 Kamaradeivanov