docuservix/widgets/chat: добавлен компонент чата

Reviewed-on: #6
Co-authored-by: Arswarog <arswarog@yandex.ru>
Co-committed-by: Arswarog <arswarog@yandex.ru>
This commit was merged in pull request #6.
This commit is contained in:
2026-06-19 18:28:07 +03:00
parent f6436d0c83
commit 03f7302317
24 changed files with 664 additions and 3 deletions
+5
View File
@@ -5,6 +5,11 @@
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@docuservix/*": [
"plugins/docuservix/*"
]
},
"ignoreDeprecations": "6.0",
"strict": true
},