phpmyadmin/babel.config.json
Maurício Meneghini Fauth 5630079791
Convert JS tests to TypeScript
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-03-30 21:07:11 -03:00

14 lines
229 B
JSON

{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
],
"@babel/preset-typescript"
]
}