The `// @ts-nocheck` comment directive completely disables type checking for an entire file. Even more so than the per-line directives, you should almost never use this. ⛔️ But, it can be handy if you don't have the time to convert a large existing file to TypeScript. 6/🧵
1 likes 1 replies
?