Harshal

Results 2 issues of Harshal

**Say we have a class like this.** ```ts class User{ id: number @IsOptional() firstName: string @IsOptional() lastName: string } ``` Do we have a way to apply a validation as...

type: question

### Description If tsconfig.json has `"target": "ES2022"` or `"target": "ESNext"`, the results are different from what have been mentioned in the documentation. **Minimal code-snippet showcasing the problem** This very simple...

type: fix
status: needs triage