🔧 fix(src/notifications): обновляет инициализацию Firebase в NotificationsService

 feat(src/main): изменяет название API на JustUs и обновляет описание

🔄 chore(package): обновляет зависимости и devDependencies в package.json

🔧 fix(tsconfig): добавляет игнорирование устаревших предупреждений в tsconfig.json
This commit is contained in:
Oscar
2026-06-24 17:44:22 +03:00
parent cd98f04987
commit c533dff6ed
6 changed files with 1653 additions and 1038 deletions

View File

@@ -10,6 +10,7 @@
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"ignoreDeprecations": "6.0",
"incremental": true,
"skipLibCheck": true,
"strictNullChecks": false,