kant2002 / gulp-tsc

gulp.js plugin for compiling TypeScript files
MIT License
16 stars 11 forks source link

Support for the option "isolatedModules" #25

Closed lexon0011 closed 7 years ago

lexon0011 commented 8 years ago

In my environment I need the opiton "isolatedModules". Unfortunately this option is not available in the current version of gulp-tsc. Is there a way to set the option on a other way? Or could you tell me, when the option would be supported by gulp-tsc.

Thanks!!

kant2002 commented 8 years ago

@lexon0011 Actually "isolatedModules" supported, just don't documented.