Initial commit

This commit is contained in:
2023-10-11 01:58:04 +00:00
commit 2410a0f8d0
38 changed files with 36757 additions and 0 deletions

7
.babelrc Normal file
View File

@ -0,0 +1,7 @@
{
"presets": [
["@babel/preset-env", {"targets": {"node": "current"}}],
"@babel/preset-react",
"@babel/preset-typescript"
]
}