sirius-tedarik / sirutils

MIT License
0 stars 2 forks source link

dts bundling issues #1

Closed giveerr closed 5 months ago

giveerr commented 5 months ago

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)

giveerr commented 5 months ago

this will prevent these issues (for now)

giveerr commented 5 months ago

last fix breaks npm and therefore IDE intellisense

giveerr commented 5 months ago

we return to the beginning. dts-bundle-generator issue was a symlink issue and fixed it