notifications on novu improve (sanity), make a coop settings for chairman and select default workspace / page

This commit is contained in:
Alex Ant
2025-10-25 20:19:10 +05:00
parent 95ac0d36f8
commit bc1c54c43e
157 changed files with 6154 additions and 1114 deletions
+11 -19
View File
@@ -1,22 +1,14 @@
{
"compilerOptions": {
"target": "ES2020",
"lib": ["ES2020"],
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"strict": true,
"strictNullChecks": true,
"esModuleInterop": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true
},
"exclude": [
"node_modules",
"dist",
"**/*.test.ts",
"**/*.spec.ts",
"**/node_modules",
"**/dist"
"files": [],
"references": [
{ "path": "./components/controller" },
{ "path": "./components/desktop" },
{ "path": "./components/sdk" },
{ "path": "./components/cooptypes" },
{ "path": "./components/notifications" },
{ "path": "./components/factory" },
{ "path": "./components/parser" },
{ "path": "./components/boot" },
{ "path": "./components/migrator" }
]
}