How To Ignore An Error In Typescript

[Solved] How To Ignore An Error In Typescript | Typescript - Code Explorer | yomemimo.com
Question : How to ignore an error in typescript

Answered by : cameron-cobb

// @ts-ignore

Source : | Last Update : Fri, 02 Jul 21

Question : ignore typescript error

Answered by : vastemonde

// @ts-ignore
import mathUnit from 'mathjs/lib/type/unit'

Source : https://www.devx.com/tips/web-development/force-typescript-compiler-to-ignore-errors.html | Last Update : Thu, 06 May 21

Answers related to How to ignore an error in typescript

Code Explorer Popular Question For Typescript