mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-15 22:41:30 +00:00
7 lines
92 B
Plaintext
7 lines
92 B
Plaintext
{
|
|
"presets": ["@babel/preset-env"],
|
|
"plugins": [
|
|
["@babel/transform-runtime"]
|
|
]
|
|
}
|