test start

This commit is contained in:
lavren74 2025-08-16 19:55:23 +07:00
parent 97d473891e
commit f3369c218d
145 changed files with 20770 additions and 1 deletions

View file

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