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/*"],