Steve A
React types without @deno-types before every import?
I'm hoping someone can clear up a little snag for me. Is it actually necessary to include
// @deno-types="npm:@types/react"
above every single react import in every single file? I'm up-to-date with deno, I've got npm:@types/react
in my types property of my compiler options, etc. I've been perusing issues and trying alternatives for hours, but it seems like this is the only option that actually works:
I've generally had a great time getting things going with Deno but this has been a brick wall14 replies