From 949aa321aba733a9f345bc229040464a8520cdd8 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 14 Aug 2019 18:25:30 +0200 Subject: prepare for npm publish --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index 22bcfe134..0a2b2c268 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -105,7 +105,7 @@ const tsBaseArgs = { noFallthroughCasesInSwitch: true, strict: true, strictPropertyInitialization: false, - outDir: "build/src/", + outDir: "dist/node", noImplicitAny: true, allowJs: true, checkJs: true, -- cgit v1.2.3