summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-14 18:25:30 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-14 18:25:30 +0200
commit949aa321aba733a9f345bc229040464a8520cdd8 (patch)
tree8edbc349436574a26228ff78e8a1ce9760009f79 /gulpfile.js
parent67cac128be69665783d7060f5184b5f62df30aef (diff)
downloadwallet-core-949aa321aba733a9f345bc229040464a8520cdd8.tar.gz
wallet-core-949aa321aba733a9f345bc229040464a8520cdd8.tar.bz2
wallet-core-949aa321aba733a9f345bc229040464a8520cdd8.zip
prepare for npm publish
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,