ajv-validator / ajv

The fastest JSON schema Validator. Supports JSON Schema draft-04/06/07/2019-09/2020-12 and JSON Type Definition (RFC8927)
https://ajv.js.org
MIT License
13.47k stars 864 forks source link

fix `tsconfig.json#extends` file reference #2409

Open rotu opened 1 month ago

rotu commented 1 month ago

What issue does this pull request resolve?

What changes did you make?

Is there anything that requires more attention while reviewing?

rotu commented 1 week ago

I think this relies on the undocumented behavior here of appending a file name when extends is a path or package: https://github.com/microsoft/TypeScript/issues/51782