Skip to content

Commit

Permalink
Add ts2353 to known errors (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Dec 26, 2023
1 parent c412a13 commit f75a8b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/lib/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export enum DiagnosticCode {
ExpressionNotCallable = 2349,
OnlyVoidFunctionIsNewCallable = 2350,
ExpressionNotConstructable = 2351,
ObjectLiteralMayOnlySpecifyKnownProperties = 2353,
TypeNotAssignableWithExactOptionalPropertyTypes = 2375,
TypeNotAssignableToParameterWithExactOptionalPropertyTypes = 2379,
TypeNotAssignableTypeOfTargetWithExactOptionalPropertyTypes = 2412,
Expand Down

0 comments on commit f75a8b4

Please sign in to comment.