mirror of
https://github.com/stoatchat/javascript-lingui-solid.git
synced 2026-07-01 21:44:23 -04:00
16 lines
234 B
JavaScript
16 lines
234 B
JavaScript
module.exports = {
|
|
presets: [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
targets: {
|
|
node: 16,
|
|
},
|
|
modules: "commonjs",
|
|
},
|
|
],
|
|
"@babel/preset-typescript",
|
|
"@babel/preset-react",
|
|
],
|
|
}
|