as title
some library are just poorly typed and throw error everywhere which is why I want to skip the library type
however, I don't want to skip checking on my own d.ts file because the compiler won't throw errors upon implicit any type and type not found which is an issue
how can I solve this?