devxlogo

Force the TypeScript Compiler to Ignore Errors

Force the TypeScript Compiler to Ignore Errors

Use the “@ts-ignore” comment before the code and the compiler will no longer generate errors.

// @ts-ignoreimport mathUnit from 'mathjs/lib/type/unit'

devx-admin

Share the Post: