From f83ff07c317f8444a56b68b7b299efeb25c65b3f Mon Sep 17 00:00:00 2001 From: chenshenhai Date: Sun, 12 Feb 2023 14:51:10 +0800 Subject: [PATCH] chore: update tsconfig --- tsconfig.web.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.web.json b/tsconfig.web.json index fd4fd93..3df948f 100644 --- a/tsconfig.web.json +++ b/tsconfig.web.json @@ -19,6 +19,7 @@ "packages/*/dev" ], "exclude": [ - "packages/*/examples" + "packages/*/dist", + "packages/*/node_modules" ] } \ No newline at end of file