Felipe Hlibco
Felipe Hlibco
Hey @loteoo thanks for working on this project, it's great! I'm wondering if supporting routing files *.tsx is something on the radar or you'd appreciate some help with.
+1 Anyone on this?
@NoNameProvided I'm considering to submit a PR for this issue, is that okay? I'd need some guidance tho. I've explored the internals and an outlined solution can be: 1. Add...
After digging a bit more in the internals, I realized that the approach I mentioned above would not work. @NoNameProvided I submitted a PR https://github.com/typestack/class-validator/pull/301 with tests included. I'd appreciate...
What solved for me was to set `"strict": true` and `"strictNullChecks": true` in the `tsconfig.json` under the `compilerOptions`. The code below now works as expected (no TS complaints): ```ts const...
@mrozbarry I'm not sure if my comment belongs to this `issue` or I should create a separate one. Please, do let me know if I should move it over. There...