1

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.

  1. Can I make the compiler ignore only "Input" types?
  2. Can I make the compiler ignore all of the library types?
Moshe Kerbel
  • 121
  • 7

0 Answers0