diff --git a/tsconfig.json b/tsconfig.json index ad5de4ad4..aafb4156c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,5 +16,5 @@ "strict": true, "target": "ES2022" }, - "exclude": ["test/fixtures/**/*", "dist"] + "exclude": ["test/fixtures/**/*", "dist", "deps"] }