Bump to ES6

This commit is contained in:
Peng-YM
2022-05-24 21:20:26 +08:00
parent 46e37df110
commit e228416718
23 changed files with 14866 additions and 3442 deletions

7
backend/.babelrc Normal file
View File

@@ -0,0 +1,7 @@
{
"presets": [
[
"@babel/preset-env"
]
]
}