Начальный коммит

This commit is contained in:
Book Pauk
2022-08-15 16:00:22 +07:00
commit 5739fef2b7
8 changed files with 246 additions and 0 deletions

6
.babelrc Normal file
View File

@@ -0,0 +1,6 @@
{
"presets": [['@babel/preset-env', { "targets": { "esmodules": true } }]],
"plugins": [
["@babel/plugin-proposal-decorators", { "legacy": true }]
]
}