diff --git a/tsconfig.json b/tsconfig.json index d3760ded..089172e8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,5 +14,5 @@ "jsx": "react-jsx" }, "include": ["**/*.ts", "**/*.tsx", "**/*.mts"], - "exclude": ["test/types-non-strict"] + "exclude": ["dist", "test/types-non-strict"] }