444 use websocket to trigger reloads (#458)
* [#444] added refresh on sync token calendar update * [#444] added refresh on register and tests * [#444] extracted logic for useEffects and updates * [#444] refactored code structure to use absolute paths
This commit is contained in:
+10
-1
@@ -14,7 +14,16 @@
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"noEmit": true,
|
||||
"jsx": "react-jsx"
|
||||
"jsx": "react-jsx",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["src/*"],
|
||||
"@/websocket": ["src/websocket/index.ts"],
|
||||
"@/websocket/*": ["src/websocket/*"],
|
||||
"@/utils": ["src/utils/index.ts"],
|
||||
"@/features/*": ["src/features/*"],
|
||||
"@/app/*": ["src/app/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src", "__test__"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user