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
Ran the above code using tsc --generateTrace trace_dir which produced the following trace. trace.json
If you load this trace into https://speedscope.app you can see that out of 271ms, about 97% of the time is spent parsing and binding @types/lodash and lib.d.ts and only 6ms is spent on the actual emit.