mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 22:35:40 +00: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 }]
|
|
]
|
|
};
|