feat(docusaurus): добавление docusaurus

This commit is contained in:
2026-06-15 10:01:37 +03:00
parent 05e55fa171
commit dc4bae3ae4
17 changed files with 10702 additions and 0 deletions
+12
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"]
}