Jon

Results 33 comments of Jon
trafficstars

> I had the case that a library came with a dist/ folder and almost all types were perfectly arranged in .d.ts files. But one file was making an import...

Here's an example of a project that seems to be doing something benign, simply importing an interface for the sake of type checking. But the import path points to distributed...

@RyanCavanaugh What's the difference between importing JS with typing files and importing straight TS? I.e. what makes it difficult to support both? I'm guessing it is to do with other...