Repo created
This commit is contained in:
parent
f3a6b3a320
commit
f954c78789
614 changed files with 135712 additions and 2 deletions
16
.babelrc
Normal file
16
.babelrc
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"presets": [
|
||||
[
|
||||
"@babel/env",
|
||||
{
|
||||
"targets": {
|
||||
"chrome": "130",
|
||||
"node": "20.9.0"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"plugins": [
|
||||
"@babel/plugin-transform-class-properties"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue