From e44b313cc112cf55c245c06740fc57b6c59697dd Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Mon, 7 Feb 2022 10:11:57 +0800 Subject: [PATCH] chore: update --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index d1a11f1..d74936d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,5 +22,5 @@ "~/*": ["src/*"] } }, - "exclude": ["dist", "node_modules"] + "exclude": ["dist", "node_modules", "cypress"] }