Add store types and fix other type errors

This commit is contained in:
Kasper Seweryn 2022-05-03 02:30:43 +02:00 committed by Georg Krause
commit 0b53ec5b1c
43 changed files with 925 additions and 783 deletions

View file

@ -13,6 +13,7 @@
"esModuleInterop": true,
"skipLibCheck": true,
"lib": ["dom", "esnext", "webworker"],
"allowJs": true,
"noUnusedLocals": true,
"strictNullChecks": true,