OokerO
Deno3y ago
10 replies
Ooker

How to ignore ts error when bundling?

I run
deno bundle '.main.ts' fibery.js

and it refuses to work due to 41 errors. Mostly they are any type error. When debugging they run fine. Is there a way to force bundling? I add the //@ts-ignore at the top of the file but it doesn't work
Was this page helpful?