Maxime Grisole

Results 6 issues of Maxime Grisole

Hi, thanks for this really nice plugin ! Would it be possible to add type suggestion for component props ? ![image](https://user-images.githubusercontent.com/33571141/117066363-a24fc080-acf6-11eb-9818-2e6818c1cc1e.png)

area: types

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...

bug
needs triage

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...