Use the "@ts-ignore" comment before the code and the compiler will no longer generate errors.
// @ts-ignore import mathUnit from 'mathjs/lib/type/unit'
Visit the DevX Tip Bank