First commit

This commit is contained in:
2021-04-15 15:08:54 -07:00
commit 2ccebf13b8
39 changed files with 26887 additions and 0 deletions

17
.babelrc Normal file
View File

@@ -0,0 +1,17 @@
{
"presets": [
"@babel/preset-env",
"@babel/preset-react",
"@babel/preset-typescript"
],
"plugins": [
"react-hot-loader/babel"
],
"env": {
"production": {
"presets": [
"minify"
]
}
}
}