Skip to content

Commit f75a8b4

Browse files
authored
Add ts2353 to known errors (#202)
1 parent c412a13 commit f75a8b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/lib/interfaces.ts

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export enum DiagnosticCode {
3939
ExpressionNotCallable = 2349,
4040
OnlyVoidFunctionIsNewCallable = 2350,
4141
ExpressionNotConstructable = 2351,
42+
ObjectLiteralMayOnlySpecifyKnownProperties = 2353,
4243
TypeNotAssignableWithExactOptionalPropertyTypes = 2375,
4344
TypeNotAssignableToParameterWithExactOptionalPropertyTypes = 2379,
4445
TypeNotAssignableTypeOfTargetWithExactOptionalPropertyTypes = 2412,

0 commit comments

Comments
 (0)