Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.
17 changes: 17 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"presets": [
[
"@babel/env",
{
"targets": {
"edge": "17",
"firefox": "60",
"chrome": "67",
"safari": "11.1"
},
"useBuiltIns": "usage"
}
]
],
"plugins": ["@babel/plugin-transform-typescript"]
}
Loading