diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-08-14 18:25:30 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-08-14 18:25:30 +0200 |
commit | 949aa321aba733a9f345bc229040464a8520cdd8 (patch) | |
tree | 8edbc349436574a26228ff78e8a1ce9760009f79 /tsconfig.json | |
parent | 67cac128be69665783d7060f5184b5f62df30aef (diff) |
prepare for npm publish
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 2 |
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, |