I am considering using an open source package that does not have TypeScript bindings.
After checking the linked resource, I was unable to find a solution.
Although I attempted to use @ts-ignore
, it did not function as expected.
Could someone please provide guidance on how I can temporarily ignore these errors?
//@ts-ignore
import { dummyMethod } from 'oss-package';