Luca Bertolini
Luca Bertolini
### Version 29.3.2 ### Steps to reproduce Following the [instructions ](https://github.com/kimamula/ts-transformer-keys?tab=readme-ov-file#ts-jest)to make `ts-transformer-keys` work with `ts-jest` leads to an error at runtime: `TypeError: Cannot read properties of undefined (reading 'transformSourceFile')`...
### Prerequisites - [x] I have written a descriptive issue title - [x] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...
Hello! Like the title suggests, currently the schema suppors only the following fields ``` type SchemaTypeBox = { params?: TSchema; querystring?: TSchema; body?: TSchema; response: Record; }; ``` It would...