I'm using TypeScript v4.3.4 and I am unable to use the `coerceTypes` option when constructing the Ajv instance. ```typescript import Ajv from 'ajv/dist/jtd'; const ajv = new Ajv({ coerceTypes: true }); ``` This is a screenshot of the error I get in VSCodium v1.57.1: 
I'm using TypeScript v4.3.4 and I am unable to use the
coerceTypesoption when constructing the Ajv instance.This is a screenshot of the error I get in VSCodium v1.57.1: