initial commit

This commit is contained in:
Bitdori (Admin) 2026-08-29 22:09:51 +09:00
commit 9ca2767d48
259 changed files with 21528 additions and 0 deletions

12
tsconfig.json Normal file
View file

@ -0,0 +1,12 @@
// This file is not used by "docusaurus start/build" commands.
// It is here to improve your IDE experience (type-checking, autocompletion...),
// and can also run the package.json "typecheck" script manually.
{
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": ".",
"ignoreDeprecations": "6.0",
"strict": true
},
"exclude": [".docusaurus", "build"]
}