kchow1985

Results 2 issues of kchow1985

I am not sure if this is intended or not, and I did not see an issue already filed regarding this so I am filing it here. nodejs: v18 @golevelup/ts-jest:...

investigation
testing

The current @types/convict version does not allow you to specify the `nullable` option for config values. i.e. ``` type ConfigOptions { valueA: string } export default createProfiguration({ valueA: { format:...

enhancement
good first issue