Skip to main content
Module

x/value_schema/.babelrc

simple, easy-to-use, and declarative input validator; supports Node.js, TypeScript, Deno, and Bun
Go to Latest
File
{ "env": { "cjs": { "plugins": [ ["add-module-exports", { "addDefaultProperty": true }] ] }, "esm": { "plugins": [ ["module-extension-resolver", { "dstExtension": ".mjs" }] ] } }}