1.0.0
This commit is contained in:
18
.babelrc
Normal file
18
.babelrc
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"presets": [
|
||||
["@babel/preset-env", {
|
||||
"targets": {
|
||||
"node": "current"
|
||||
}
|
||||
}]
|
||||
],
|
||||
"plugins": [
|
||||
["@babel/plugin-proposal-decorators", {
|
||||
"legacy": true
|
||||
}],
|
||||
["@babel/plugin-proposal-class-properties", {
|
||||
"loose": true
|
||||
}],
|
||||
"@babel/plugin-proposal-optional-chaining"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user