tutu/src/serviceworker/tsconfig.json
thislight 559a352bc1 service worker: use injectManifest
- a RPC framework is added for further use
- fix an error that the service worker is not
    registered until the settings opened
- added theme-color
- settings: added a item to indicate the offline
    availablity
2024-10-15 20:30:08 +08:00

5 lines
No EOL
67 B
JSON

{
"compilerOptions": {
"lib": ["ESNext", "WebWorker"],
},
}