How do I supress deno(resolver-error)
I want to supress the errors in this file. These packages are not installed but that's okay becuase I'm not using these files within this project.

2 Replies
Check out the
exclude
setting in deno.json
https://docs.deno.com/runtime/fundamentals/configuration/#top-level-excludethis is it, thank you