Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 565 Bytes

File metadata and controls

16 lines (12 loc) · 565 Bytes

gulp4-ts-example

This repo exists for troubleshooting a TypeScript issue for gulp4-run-sequence.

After cloning the repo, run the following on the command line:

npm install
npm start # or npx ts-node gulpfile.ts

This works perfectly. To anyone experiencing a problem with TypeScript and gulp4-run-sequence, please modify this demo to demonstrate the problem you are experiencing and we can try to help from there.