This commit is contained in:
Andrey Sharshov
2025-11-16 18:39:03 +01:00
commit f987e4dffe
15 changed files with 22849 additions and 0 deletions

6
.babelrc Normal file
View File

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