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 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') 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, -- cgit v1.2.3