From ad9239217b31cfe0a5741b7e37dbfbea504f7c01 Mon Sep 17 00:00:00 2001 From: qiang Date: Thu, 15 Sep 2022 19:41:27 +0800 Subject: [PATCH] fix: update ts config --- template/common-ts/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/template/common-ts/tsconfig.json b/template/common-ts/tsconfig.json index 2c77c69..711704d 100644 --- a/template/common-ts/tsconfig.json +++ b/template/common-ts/tsconfig.json @@ -33,6 +33,7 @@ "exclude": [ "node_modules", "unpackage", + "dist", "src/**/*.nvue" ] }