mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 10:28:54 -07:00
4 lines
118 B
JavaScript
4 lines
118 B
JavaScript
|
module.exports = {
|
||
|
presets: [['@babel/preset-env', { targets: { node: 'current' } }], '@babel/preset-typescript']
|
||
|
};
|