Docs say: hello ^^

This commit is contained in:
BarsTiger
2022-02-08 17:40:58 +02:00
commit a09665444e
50 changed files with 23384 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": "."
}
}