Silence core-js warnings during tests (#661)

Co-authored-by: Ward Peeters <ward@coding-tech.com>
This commit is contained in:
Jason Miller 2020-06-16 04:05:43 -04:00 committed by GitHub
parent 95416d1ccf
commit afafa6d213
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@
"loose": true,
"modules": false,
"useBuiltIns": "usage",
"corejs": 2,
"targets": {
"esmodules": true
}