kant2002 / gulp-tsc

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

option project #24

Closed beckend closed 7 years ago

beckend commented 8 years ago

When using it, I get [tsc] > error TS5042: Option 'project' cannot be mixed with source files on a command line.. If I don't pass anything to gulp.src gulp will error, if I do, tsc will error.

jnorkus commented 7 years ago

This is a showstopper for me as I don't see another way to use tsconfig.json. I'll stick to gulp-shell for now.

kant2002 commented 7 years ago

@jnorkus I thought a bit about this issue and don't fully understand your usecase. Could you be more specific on your issue?

sjordan1975 commented 7 years ago

Getting the same error

kant2002 commented 7 years ago

Fixed in 1.3.1