mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 22:08:00 +00:00
refactor targets option
This commit is contained in:
parent
0d1e6d9412
commit
d690c49c5d
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"presets": [["@babel/preset-env", { "targets": { "node": "current" } }]]
|
||||
"presets": ["@babel/preset-env"],
|
||||
"targets": { "node": "current" }
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue