🥇 First commit

This commit is contained in:
2021-10-10 00:05:59 -07:00
commit d6f6fdcebf
40 changed files with 10240 additions and 0 deletions

7
tsconfig.json Normal file
View File

@@ -0,0 +1,7 @@
{
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@tsconfig/docusaurus/tsconfig.json",
"compilerOptions": {
"baseUrl": "."
}
}