UNPKG

schema2typebox

Version:

Creates typebox code from JSON schemas

13 lines (12 loc) 365 B
module.exports = { presets: [ ["@babel/preset-env", { targets: { node: "current" } }], "@babel/preset-typescript", ], // required for easily mocking module exports. // see: https://stackoverflow.com/questions/67872622/jest-spyon-not-working-on-index-file-cannot-redefine-property assumptions: { constantReexports: true, }, plugins: [], };