mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
22 lines
307 B
Plaintext
22 lines
307 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env"
|
|
]
|
|
],
|
|
"env": {
|
|
"test": {
|
|
"plugins": ["require-context-hook"],
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"node": "10"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|
|
} |