Add PWA support
This commit is contained in:
parent
b959371784
commit
f3ccfcbe48
17 changed files with 893 additions and 308 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"baseUrl": ".",
|
||||
"module": "ESNext",
|
||||
"target": "ESNext",
|
||||
"lib": ["DOM", "ESNext"],
|
||||
"lib": ["DOM", "ESNext", "WebWorker"],
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"jsx": "preserve",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue