as we bundle the ts files to dts we will have a major problem thats:
1 - every package that extends to another one leads to merging the globals on each project. this causes chain conflict problems.
2 - long dts build times
3 - cant build dts on watch mode because of (2)
as we bundle the ts files to dts we will have a major problem thats:
1 - every package that extends to another one leads to merging the globals on each project. this causes chain conflict problems. 2 - long dts build times 3 - cant build dts on watch mode because of (2)