mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-10 19:39:10 +00:00
7 lines
107 B
Plaintext
7 lines
107 B
Plaintext
{
|
|
"presets": [
|
|
["es2015", { "modules": false }]
|
|
],
|
|
"plugins": ["transform-object-rest-spread"]
|
|
}
|