From 70213b04bc995282b7aa7c87ddf0369ab9db9c74 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Thu, 18 Feb 2016 12:55:00 +0100 Subject: [PATCH] disable declaration files for now --- ts/npmts.compile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/npmts.compile.ts b/ts/npmts.compile.ts index 6843b0e..d31cbc7 100644 --- a/ts/npmts.compile.ts +++ b/ts/npmts.compile.ts @@ -76,7 +76,7 @@ module NpmtsCompile { module: "commonjs" })); var stream = plugins.mergeStream([ - tsStream.dts.pipe(plugins.gulp.dest(outputDir)), + //tsStream.dts.pipe(plugins.gulp.dest(outputDir)), tsStream.js .pipe(plugins.g.sourcemaps.write()) // Now the sourcemaps are added to the .js file .pipe(plugins.g.header('#!/usr/bin/env node\n\n'))