Skip to main content
Module

x/drash/babel.config.cjs

A microframework for building JavaScript HTTP applications. Runtime-agnostic. Strongly typed.
Latest
File
// This config is used by Node compat tests through `jest.config.node.ts`
module.exports = { presets: [ ["@babel/preset-env"], ],};