mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 02:18:50 -07:00
f55b3add80
Co-authored-by: Thomas Way <thomas@6f.io>
4 lines
120 B
JavaScript
4 lines
120 B
JavaScript
module.exports = {
|
|
presets: [['@babel/preset-env', { targets: { node: 'current' } }], '@babel/preset-typescript'],
|
|
};
|