Shared logic import in deno gives lsp error , though it actually works
But just thought to share.
I can import common logic (function/variables/etc) from other scripts
When I do console.log it actually prints that value, so it is working
but it still gives error as shown in image