From ac6fe1451daedb55d1bfb518aeeefe3d31e02605 Mon Sep 17 00:00:00 2001 From: Kebo Kitanari Date: Tue, 12 Nov 2024 15:07:52 -0600 Subject: [PATCH] noooo why are you doing this --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 012b85b..e560847 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "strictNullChecks": true, "allowJs": true, "types": ["vite/client"], + "exclude": ["dist", "public"], "paths": { "@/*": ["./*"], "@c/*": ["./src/components/*"],