tnguye72

Results 1 issues of tnguye72

I have a typescript project and am following instructions to add "date-time" as follows: ``` let ajv = new Ajv({ allErrors: true}); addFormats(ajv, ["date-time"]); ``` but getting the following error...