mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-05 22:34:22 +03:00
12 lines
159 B
Plaintext
12 lines
159 B
Plaintext
{
|
|
"presets": ["env"],
|
|
"plugins": ["babel-plugin-add-module-exports"],
|
|
"env": {
|
|
"test": {
|
|
"plugins": [
|
|
["istanbul"]
|
|
]
|
|
}
|
|
}
|
|
}
|