typescript-declaration-webpack-plugin Bundles typescript declarations generated by typescript loaded into one .d.ts file. What it does The Plugin looks at all declaration files which the typescript loader generated and merges them into one. Import will be sorted so that each module or package ...