How to enable TypeScript dom
lib via triple slash directives in .js
files
#11973
-
I have a significant amount of isomorphic The Deno lint error being:
Why does this limitation exist? Can it be lifted? Using a I considered Sometimes it feels like I'm the only one trying to use Deno to write isomorphic, published JS (see also #11362 (comment)). I'm getting tired and desperate trying to solve this, so any help is greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This is really just a wrong lint error. We shouldn't error on this. Because it isn't an issue, I can't transfer it to |
Beta Was this translation helpful? Give feedback.
This is really just a wrong lint error. We shouldn't error on this. Because it isn't an issue, I can't transfer it to
deno_lint
. We were just too conservative in that lint rule.