Saying that I am using a library like this: import {Button, Text, Input} from "Lib";
It is written in JS and recently added d.ts to expose types. The problem is that there are some mistakes, for example in "Input" types.
- Can I make the compiler ignore only "Input" types?
- Can I make the compiler ignore all of the library types?