Skip to content

Instantly share code, notes, and snippets.

View DJ1TJOO's full-sized avatar

Thomas (DJ1TJOO) DJ1TJOO

  • @buchungnl
  • Netherlands
View GitHub Profile
function gulptasksMod($, gulp, buildFolder, browserSync) {
gulp.task("mod.declarations", async cb => {
exec(
"tsc src/js/application.js --declaration --allowJs --emitDeclarationOnly --skipLibCheck --out types.js",
{
cwd: "../",
},
(error, stdout, sterr) => {
if (error) {