mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-06 19:02:33 +01:00
7 lines
157 B
JavaScript
7 lines
157 B
JavaScript
module.exports = {
|
|
presets: [
|
|
["@babel/preset-env", { targets: { node: "current" } }],
|
|
["@babel/preset-typescript", { allowDeclareFields: true }]
|
|
]
|
|
};
|