Marco Beretta
LibreChat upload repo
3b6afc0
raw
history blame
178 Bytes
module.exports = {
presets: [['@babel/preset-env', { targets: { node: 'current' } }], '@babel/preset-typescript'],
plugins: ['babel-plugin-replace-ts-export-assignment'],
};