mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 02:21:32 +08:00
9 lines
214 B
JSON
9 lines
214 B
JSON
{
|
|
"presets": ["@babel/preset-env", "@babel/preset-typescript"],
|
|
"env": {
|
|
"test": {
|
|
"plugins": ["@babel/plugin-transform-runtime", "babel-plugin-transform-import-meta"]
|
|
}
|
|
}
|
|
}
|