Enable js type checking in vscode on the fly

// @ts-check let easy = 'abc' easy = 123 // Error: Type '123' is not assignable to type 'string'

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.