mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +00:00
14 lines
243 B
Plaintext
14 lines
243 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/preset-env"]
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-transform-object-assign",
|
|
"@babel/plugin-transform-optional-catch-binding",
|
|
"@babel/plugin-transform-runtime"
|
|
],
|
|
"ignore": [
|
|
"lib/**/*.js"
|
|
]
|
|
}
|