You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed.
I was wondering if typescript can/will merge classes in the same namespace when module format is set to
amd
and the results written in a single file?Given tsconfig.json:
The generated code is:
This could be merged to something like:
In our case we have over 100 classes which makes the output considerably larger.
Is there a solution to this?
The text was updated successfully, but these errors were encountered: