tsdjs / tsd

Check TypeScript type definitions
MIT License
2.39k stars 68 forks source link

Add `ts2739` to known errors #216

Closed nvie closed 3 months ago

nvie commented 3 months ago

Fixes #215.

Please note that error code TS2740 was added in #208, but despite having a different error code, the error messages for TS2739 and TS2740 are otherwise identical. So I've also renamed the enum members to include "variant 1" and "variant 2".