We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8139e18 commit ecead65Copy full SHA for ecead65
lib/modules/types.js
@@ -40,7 +40,8 @@ const internals = {
40
2559, // Type T has no properties in common with type U
41
2769, // No overload matches this call
42
2673, // Constructor of class is private
43
- 2674 // Constructor of class is protected
+ 2674, // Constructor of class is protected
44
+ 2820 // Type T is not assignable to type U. Did you mean V?
45
]
46
};
47
0 commit comments