In TypeScript version 4.8, one of the breaking changes are `decorators` property moved to be `modifiers` [Decorators are placed on modifiers on TypeScript's Syntax Trees](https://github.com/microsoft/TypeScript/wiki/API-Breaking-Changes#decorators-are-placed-on-modifiers-on-typescripts-syntax-trees) and this line and maybe more does not support it and causing this library to be incompatible https://github.com/thiagobustamante/typescript-rest-swagger/blob/a0dd006e003a3f1ae256db87f33c6d2dadc3cb63/src/utils/decoratorUtils.ts#L4 I can try to create a PR, I just wanna know if it's gonna be reviewed as this project does not look super maintained...