Maxime Grisole
Maxime Grisole
Hi, thanks for this really nice plugin ! Would it be possible to add type suggestion for component props ? 
Closes https://github.com/nestjs/swagger/issues/2706 ## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior This issue is almost a duplicate of https://github.com/nestjs/swagger/issues/2114, I can't figure...
In a module package, I had to convert my postcss.config.mjs file to postcss.config.cjs (and specify its path in options `postcss({config: {path: 'postcss.config.cjs', ctx: {}}})`) to make it work. It is...