aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
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 /tsconfig.json
parent67cac128be69665783d7060f5184b5f62df30aef (diff)
downloadwallet-core-949aa321aba733a9f345bc229040464a8520cdd8.tar.xz
prepare for npm publish
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 4a2f09e87..ad2b90193 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -15,7 +15,7 @@
"noFallthroughCasesInSwitch": true,
"strict": true,
"strictPropertyInitialization": false,
- "outDir": "build/src/",
+ "outDir": "dist/node",
"noImplicitAny": true,
"allowJs": true,
"checkJs": true,