From 54993e4d138c87560add509d54ea96f4bbd2895a Mon Sep 17 00:00:00 2001 From: James <5511220+Zamiell@users.noreply.github.com> Date: Sat, 2 Dec 2023 17:33:48 -0500 Subject: [PATCH] fix: lint --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 69495faed2..14dac4962c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -40,5 +40,5 @@ "./**/.*.tsx", ], - "exclude": ["scripts"], + "exclude": [".docusaurus", "build", "scripts"], }