// @ts-nocheck in TypeScript Files
TypeScript 3.7 allows us to add // @ts-nocheck
comments to the top of TypeScript files to disable semantic checks.Historically this comment was only respected in JavaScript source files in the presence of checkJs
, but we’ve expanded support to TypeScript files to make migrations easier for all users.