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.
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.
No comments to display
No comments to display