5

types.ts - 50k lines

Totally fine with me

Comments
  • 1
    I think this is an artifact of ES being terrible with ref loops because you can execute code at load-time. In better languages I usually put types next to the runtime code they are associated with and just import them into all other files without care because the resulting reference loops aren't really a problem.
Add Comment