Closed bvallee-thefork closed 4 years ago
Works for us!
Guys @omairvaiyani and @bvallee-thefork I pushed it to master, but I got some errors on one of my projects. I'll try to understand what happened there before I publish this, ok?
Also, autocomplete and inspections on vscode seem worst, did you try to make it better? Before:
After:
extractType
is currently displays the following error with TypeScript 3.9.x:From the TypeScript team ^1:
So basically, this PR keeps the same behavior as before, but uses a workaround to prevent the TypeScript 3.9.6 compiler from getting into a
circularly references
error state.Fixes https://github.com/TCMiranda/joi-extract-type/issues/33