alexjoverm / typescript-library-starter

Starter kit with zero-config for building a library in TypeScript, featuring RollupJS, Jest, Prettier, TSLint, Semantic Release, and more!
MIT License
4.37k stars 493 forks source link

[typings] How to merge d.ts files under one namespace? #303

Open nartc opened 5 years ago

nartc commented 5 years ago

Hi,

First of all, thank you for this awesome starter.

I've been looking for a solution to how to merge all d.ts files into 1 d.ts file under one namespace, using this starter?

Any guidance/pointer would be much appreciated. Thanks