2
0
mirror of https://github.com/esiur/esiur-js.git synced 2025-06-26 23:03:13 +00:00
This commit is contained in:
2020-01-14 02:40:13 +03:00
parent 2a99d4c04a
commit b74d236ca3
11 changed files with 14335 additions and 57 deletions

6
.babelrc Normal file
View File

@ -0,0 +1,6 @@
{
"presets": ["@babel/preset-env"],
"plugins": [
["@babel/transform-runtime"]
]
}