1
0
Fork 0
mirror of https://github.com/kou029w/jest-hands-on.git synced 2025-03-04 20:15:16 +00:00

refactor targets option

This commit is contained in:
Nebel 2022-02-23 18:29:13 +09:00
parent 0d1e6d9412
commit d690c49c5d

View file

@ -1,3 +1,4 @@
{ {
"presets": [["@babel/preset-env", { "targets": { "node": "current" } }]] "presets": ["@babel/preset-env"],
"targets": { "node": "current" }
} }