aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
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,