Skip to main content

HTML and JS

You can use

 // @ts-check

at the top of a <script> tag to get typescript support in VScode.

Use

// @ts-ignore

to hide an error.