TS 3.4 just came out, and i'm wondering if it is possible to use this to speed things up?
I have set the incremental flag in my tsconfig, but don't see the build info being generated when going through webpack, only through the tsc command.
is it possible to utilize this within the context of this plugin?
TS 3.4 just came out, and i'm wondering if it is possible to use this to speed things up?
I have set the incremental flag in my tsconfig, but don't see the build info being generated when going through webpack, only through the
tsccommand.is it possible to utilize this within the context of this plugin?