docuservix/pages: добавление пустой страницы чата

This commit is contained in:
2026-06-17 18:23:19 +03:00
parent dd044148c1
commit 473c9b1e8e
5 changed files with 52 additions and 0 deletions
+5
View File
@@ -5,6 +5,11 @@
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@docuservix/*": [
"plugins/docuservix/*"
]
},
"ignoreDeprecations": "6.0",
"strict": true
},