Use the “@ts-ignore” comment before the code and the compiler will no longer generate errors.
// @ts-ignoreimport mathUnit from 'mathjs/lib/type/unit'
Home » 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'