From 6fb47962021bcf5ade0e2b7733883e6690da4df3 Mon Sep 17 00:00:00 2001 From: harttle Date: Tue, 16 Apr 2019 10:47:27 +0800 Subject: [PATCH] chore: set outDir to `dist`, see #119 --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 8cbb709e58..a313db1ffa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "module":"CommonJS", "lib": ["es2015", "es2016", "es2017", "dom"], "sourceMap": true, + "outDir": "dist", "declaration": true, "allowSyntheticDefaultImports": true, "resolveJsonModule": true,