chore: Adding two more exceptions

This commit is contained in:
Justin 2018-10-09 20:33:10 -04:00
parent dcee7ac5a5
commit 594cb057c5

View File

@ -14,7 +14,7 @@ module.exports = {
globals: {
'ts-jest': {
diagnostics: {
ignoreCodes: [2445, 7006, 7031, 2339, 7016, 7023, 7017]
ignoreCodes: [2445, 7006, 7031, 2339, 7016, 7023, 7017, 2345, 6133],
},
},
},