mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 08:12:00 +02:00
5 lines
178 B
JavaScript
5 lines
178 B
JavaScript
![]() |
module.exports = {
|
||
|
presets: [['@babel/preset-env', { targets: { node: 'current' } }], '@babel/preset-typescript'],
|
||
|
plugins: ['babel-plugin-replace-ts-export-assignment'],
|
||
|
};
|