diff --git a/jest.config.json b/jest.config.json index a06c733a..4466adcc 100644 --- a/jest.config.json +++ b/jest.config.json @@ -14,7 +14,7 @@ "globals": { "ts-jest": { "diagnostics": { - "ignoreCodes": [2445, 7006, 7031, 2339, 7016, 7023, 7017, 2345, 6133] + "ignoreCodes": [7006, 7031, 2339, 7016, 7023, 7017, 2345, 6133] } } }