Skip to content

Commit

Permalink
Actually add ts2353 to known errors (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Jan 2, 2024
1 parent 34dfd0f commit 9b8dc9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/lib/compiler.ts
Expand Up @@ -43,6 +43,7 @@ const expectErrorDiagnosticCodesToIgnore = new Set<DiagnosticCode>([
DiagnosticCode.MemberCannotHaveOverrideModifierBecauseItIsNotDeclaredInBaseClass,
DiagnosticCode.MemberMustHaveOverrideModifier,
DiagnosticCode.StringLiteralTypeIsNotAssignableToUnionTypeWithSuggestion,
DiagnosticCode.ObjectLiteralMayOnlySpecifyKnownProperties,
]);

type IgnoreDiagnosticResult = 'preserve' | 'ignore' | Location;
Expand Down

0 comments on commit 9b8dc9b

Please sign in to comment.