Use custom service worker.

This commit is contained in:
Paul
2021-06-22 14:22:35 +01:00
parent c52f1f5bca
commit d74bc1d8e8
5 changed files with 24 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ESNext",
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"lib": ["DOM", "DOM.Iterable", "ESNext", "WebWorker"],
"allowJs": false,
"skipLibCheck": true,
"esModuleInterop": false,