Open
Description
The typeCheck
option makes builds extremely slow because the Program
is recreated for each file.
gulp-tslint solves this by forcing the user to pass the Program
in as part of the configuration. I think the same could be done here by replacing the typeCheck
with a program
option? Or maybe allow passing the Program
instead of a boolean to the typeCheck
? Otherwise it will have to be cached somehow across files.
Metadata
Metadata
Assignees
Labels
No labels