Closed cimbraien closed 9 months ago
I'm not sure what's wrong with your setup, but it works fine in the playground https://www.typescriptlang.org/play?#code/JYWwDg9gTgLgBAKQsOAzKERwOQCtnYDcAUMUsAHQQBGuApgMYwAUA3sXJ3ANZ0CeALkTIKAZxhRgAOwDmzAJRUwMYBCkBDADYLiAX3lA
I'm going to close it for now, if you can provide a reproduction I'll take a look.
Runtime
node
Runtime version
20.9.0
Module version
joi 17.11.0
Used with
typescript 5.1.3
Any other relevant information
No response
How can we help?
I did remove the
node_modules
& lock files, then re installed the dependencies in my project. For some reason theoptional()
methods are missing from the definition file, I've tried to flush all the npm/yarn cache and reinstall the dependencies, and they're still missing.