[INFRA-420] | Anoop | Add missing file

This commit is contained in:
anoop narang
2020-07-09 10:32:29 +05:30
parent 814da2f2e6
commit 0fb3bca59c

7
src/ajv/CustomAjv.ts Normal file
View File

@@ -0,0 +1,7 @@
import { createAjv } from "@jsonforms/core";
const customAjv = (() => {
console.log("Creating custom ajv for jsonforms")
return createAjv({useDefaults: true})
})()
export default customAjv