functional-typescript
functional-typescript copied to clipboard
Add support for generating multiple definitions at once
This will speed up cases where we need to generate definitions from multiple related source files by re-using the underlying compiler instance(s).
Any Saasify TS projects which have multiple services would benefit from this perf improvement.