From 4a6f7facb2161c95913daca58e8c4cea310273e8 Mon Sep 17 00:00:00 2001 From: Stephen Zhou Date: Fri, 16 Feb 2024 17:29:03 +0800 Subject: [PATCH] chore: exclude --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9dee0de..8a80ef9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,5 +21,5 @@ /* If your code doesn't run in the DOM: */ "lib": ["es2022"] }, - "exclude": ["dist"] + "exclude": ["**/dist"] }