1
0
Fork 0
mirror of https://github.com/kou029w/jest-hands-on.git synced 2025-03-03 11:35:17 +00:00

shortened target string

This commit is contained in:
Nebel 2022-02-23 18:35:21 +09:00
parent d690c49c5d
commit a85b53f4b5

View file

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