mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
{
|
|
"presets": ["@babel/preset-env", "@babel/preset-typescript"],
|
|
"plugins": ["@babel/plugin-transform-async-to-generator"]
|
|
}
|