Turn off Typescript errors #182
janpaul123
started this conversation in
Feature Request
Replies: 1 comment
-
The // @ts-nocheck comment will do the trick in most cases - put that at the top of a val and it'll stop typechecking. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes TS gets in the way more than it helps. For some vals it would be nice to just use vanilla JS, which could be accomplished by simply turning off TS error reporting.
Beta Was this translation helpful? Give feedback.
All reactions