format: Автоформатирование проекта

This commit is contained in:
2026-06-17 16:16:56 +03:00
parent a8e9582fe6
commit 436e425119
9 changed files with 205 additions and 196 deletions
+10 -7
View File
@@ -2,11 +2,14 @@
// 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"]
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": ".",
"ignoreDeprecations": "6.0",
"strict": true
},
"exclude": [
".docusaurus",
"build"
]
}