aoc/node_modules/gensync/test/.babelrc

6 lines
68 B
Plaintext
Raw Normal View History

2022-12-03 22:11:42 +00:00
{
presets: [
["env", { targets: { node: "current" }}],
],
}