mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
11 lines
176 B
Plaintext
11 lines
176 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/preset-env"]
|
|
],
|
|
"plugins": ["@babel/plugin-transform-object-assign"],
|
|
"ignore": [
|
|
"dist/*.js",
|
|
"lib/**/*.js",
|
|
"es/**/*.js"
|
|
]
|
|
} |