Closed chrisxue815 closed 9 years ago
Setting --module to "commonjs" when --target is "ES6" will trigger "error TS1204: Cannot compile external modules into amd or commonjs when targeting es6 or higher."
--module
"commonjs"
--target
"ES6"
"error TS1204: Cannot compile external modules into amd or commonjs when targeting es6 or higher."
Do you have your issue resolved?
Yup, I created a new pull request here (https://github.com/kant2002/gulp-tsc/pull/13)
Setting
--module
to"commonjs"
when--target
is"ES6"
will trigger"error TS1204: Cannot compile external modules into amd or commonjs when targeting es6 or higher."