Closed mirceanis closed 3 years ago
Thank you for this PR <3
I don't wish to be pushy - but I could really use this change as this currently blocks a project of mine. Any possible ETA on the next release?
@mirceanis please update with the latest from master.
@mirceanis please update with the latest from master.
I've rebased my changes onto the latest master
Please re-review
We would also love to get this issue fixed. Is there anything we could do to help?
ping... any updates on this?
fixes #742
This PR enables strict mode for typescript. Impressively, the project only has one issue that doesn't work in strict mode, and this PR also fixes that. You can check this quickly by running
npx lerna run prepare
which eventually runstsc
.Strict mode (and this fix) is required by our project which depends directly on
openapi-types
, so your review of this and eventual release is much appreciated.express-openapi: fixing something
) Note: You can use the bin/commit script to automate this.npx lerna run prepare
will demonstrate that the strict compilation works properly