first commit

This commit is contained in:
2024-11-06 16:30:42 +00:00
commit ea445146a1
41 changed files with 17641 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": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": "."
}
}