From 752083f1f5e6f76f8214e8e0721f316f1606520a Mon Sep 17 00:00:00 2001 From: zhl Date: Fri, 29 Jan 2021 19:18:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9tsc=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E7=9B=AE=E6=A0=87=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aedfdd8..0108ade 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules .idea .DS_Store lib +dist diff --git a/tsconfig.json b/tsconfig.json index 07f851e..17d378a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "libs" ], "compilerOptions": { - "outDir": "lib", + "outDir": "dist", "target": "es6", "baseUrl": "./src", "module": "commonjs",