feathersjs / feathers

The API and real-time application framework
https://feathersjs.com
MIT License
14.97k stars 744 forks source link

Update Typebox extended configuration for >0.32.0 #3381

Closed gorango closed 4 months ago

gorango commented 5 months ago

On a fresh cli project with typescript and typebox, updating src/validators.ts to match instructions in docs for extended typebox schema results in compilation errors.

npm i -D @sinclair/typebox@>0.32.0
npm run compile