Update typing modules

This commit is contained in:
2026-03-25 20:14:26 +01:00
parent 331b0ef114
commit 3ad16d8f32
10 changed files with 414 additions and 464 deletions
+4 -2
View File
@@ -12,6 +12,8 @@ if (document.body.getAttribute('data-debug') !== 'true' || localStorage.producti
enableProdMode();
}
if (typeof module !== 'undefined' && module.hot) {
module.hot.accept();
if (typeof module !== 'undefined' && (module as any).hot) {
(module as any).hot.accept();
}