Hi, correct me if I'm wrong, but this merges all typings generated by build.
I think those are generated for all typescript files in directory.
Would it be possible to merge only those that were touched by webpack?
So assume that I build 2 packages from 1 source.
One has entry a, other has entry a and b.
Both of them would provide the same typings even though the first one has only partial functionality.
You think this could be improved? Or does this plugin already do this (I wasn't able to test it yet)? Or maybe ts-loader changed it's behavior and I missed that :P Then please ignore me :)
Hi, correct me if I'm wrong, but this merges all typings generated by build.
I think those are generated for all typescript files in directory.
Would it be possible to merge only those that were touched by webpack?
So assume that I build 2 packages from 1 source.
One has entry a, other has entry a and b.
Both of them would provide the same typings even though the first one has only partial functionality.
You think this could be improved? Or does this plugin already do this (I wasn't able to test it yet)? Or maybe ts-loader changed it's behavior and I missed that :P Then please ignore me :)