Add PWA support

This commit is contained in:
Kasper Seweryn 2022-04-30 13:25:59 +00:00 committed by Georg Krause
commit f3ccfcbe48
17 changed files with 893 additions and 308 deletions

View file

@ -3,7 +3,7 @@
"baseUrl": ".",
"module": "ESNext",
"target": "ESNext",
"lib": ["DOM", "ESNext"],
"lib": ["DOM", "ESNext", "WebWorker"],
"strict": true,
"esModuleInterop": true,
"jsx": "preserve",