gulp-typescript
gulp-typescript copied to clipboard
feat: Add support for typescript .mts and .cts files
Typescript supports new extensions .mts, .cts which will compile to .mjs and .cjs files. Currently gulp-typescript only supports outputting .js and .jsx files.