kant2002 / gulp-tsc

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

Removing unnecessary space that breaks compilation #22

Closed czambran closed 8 years ago

czambran commented 8 years ago

The unnecessary space makes tsc complain about the value of moduleResolution not being a recognized value because it takes the empty string as the value

Example of the error produced by tsc when the moduleResolution options is used because of the space

[16:05:35] Compiling TypeScript files using tsc version 1.8.10
[16:05:35] [tsc] > error TS5023: Unknown compiler option 'moduleresolution '.
[16:05:35] Failed to compile TypeScript: Error: tsc command has exited with code:1
kant2002 commented 8 years ago

@czambran Releaed as 1.2.3