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

This commit is contained in:
2026-06-17 18:23:19 +03:00
parent 987415eafd
commit 738e34f02c
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
},