gulpfile.ts?
See original GitHub issueSince you supported gulpfie.babel.js
could you support gulpfile.ts
too for TypeScript developers?
Issue Analytics
- State:
- Created 8 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Documentation - Gulp - TypeScript
Using TypeScript with Gulp. ... In the project root, create the file gulpfile.js : js. var gulp = require("gulp");. var ts = require("gulp-typescript");....
Read more >JavaScript and Gulpfiles - gulp.js
Gulp allows you to use existing JavaScript knowledge to write gulpfiles or to use ... For TypeScript, rename to gulpfile.ts and install the...
Read more >How can I run gulp with a typescript file - Stack Overflow
Install ts-node , typescript , and @types/gulp: $ npm i -D ts-node typescript @types/gulp · If you have a tsconfig.json file set ts-node....
Read more >typescript-project-sample/gulpfile.ts at master - GitHub
Sample project of TypeScript. Contribute to vvakame/typescript-project-sample development by creating an account on GitHub.
Read more >gulp-typescript - npm
gulp -typescript supports source maps by the usage of the gulp-sourcemaps plugin. It works for both JavaScript and definition ( .d.ts ) files....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is already supported
@phated totally missed the message. Thanks.