DEV Community

Typescript and external libraries

Bruce Axtens on July 30, 2019

Today I learned how to make external libraries "visible" to Typescript. I asked the question on StackOverflow as How to define items to be ignored ...
Collapse
 
somedood profile image
Basti Ortiz

Oh, dang. I never knew that. Thanks!

Are there any other special declaration file names we should be aware of? As of now, I only know about lib.d.ts and external.d.ts.

Collapse
 
bugmagnet profile image
Bruce Axtens

According to the templates page there are seven, and that's not counting lib and external.

There's a blurb about them on StackOverflow