Initial commit AB#12
This commit is contained in:
22
app/.babelrc
Normal file
22
app/.babelrc
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"presets": [
|
||||
"@babel/preset-env",
|
||||
[
|
||||
"@babel/preset-react",
|
||||
{
|
||||
"runtime": "automatic"
|
||||
}
|
||||
],
|
||||
"@babel/preset-typescript"
|
||||
],
|
||||
"plugins": [
|
||||
[
|
||||
"@babel/plugin-transform-runtime",
|
||||
{
|
||||
"regenerator": true
|
||||
},
|
||||
],
|
||||
"istanbul"
|
||||
],
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user