Well, after I dug up and cut this project a bit, I found it.
To run gulpfile.ts without compiling the file, you can use the ts-node package . This package allows you to run TypeScript directly in node, in which case you can use it to run gulp, which will compile and run TypeScript on the fly when performing gulp tasks.
, , .