Closed
Description
- clone DefinitelyTyped
- cd types/lodash, types/reactstrap, types/reactstrap/v7
- tsc
For tsc 3.4.3 and above (and probably all 3.4.x)
Expected behavior:
No unexpected errors.
Actual behavior:
node runs out of memory.
This might be an unavoidable effect of the additional work that we do in 3.4 and above, but in that case, those three packages (at least) need to be rewritten to be more efficient.