notifications on novu improve (sanity), make a coop settings for chairman and select default workspace / page
This commit is contained in:
+11
-19
@@ -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" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user