diff --git a/tsconfig.json b/tsconfig.json index 6ac8e10..c23fb58 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,5 +16,5 @@ "skipLibCheck": true }, "include": ["packages"], - "exclude": ["eslint.config.js", "playground"] + "exclude": ["**/dist", "eslint.config.js", "playground"] }