ivogabe / gulp-typescript

A TypeScript compiler for gulp with incremental compilation support.
MIT License
822 stars 129 forks source link

feat: Add support for typescript .mts and .cts files #669

Open duan602728596 opened 2 years ago

duan602728596 commented 2 years ago

Typescript supports new extensions .mts, .cts which will compile to .mjs and .cjs files. Currently gulp-typescript only supports outputting .js and .jsx files.