Hacker News new | ask | show | jobs
by stevenpetryk 712 days ago
I believe the intention behind isolatedModules is to make compilation faster by forcing you to define types that require no inference from other files (thus, being isolated).

Not… whatever this is.