Skip to content

Commit

Permalink
missin file
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur committed Jan 27, 2023
1 parent 3fb6cd4 commit 248066b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .babelrcAlt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"presets": [
[
"@babel/env",
{
"modules": false,
"useBuiltIns": false,
"loose": true,
"targets": "chrome > 100"
}
],
[
"@babel/typescript",
{
"allowDeclareFields": true
}
]
]
}

0 comments on commit 248066b

Please sign in to comment.