Convert ServiceWorker to TypeScript

This commit is contained in:
Alex Gleason
2022-05-26 14:51:59 -04:00
parent 8d31554f0a
commit 5c49cc0b84
4 changed files with 88 additions and 44 deletions

View File

@@ -5,6 +5,7 @@
"sourceMap": true,
"strict": true,
"module": "es2022",
"lib": ["es2019", "es6", "dom", "webworker"],
"target": "es5",
"jsx": "react",
"allowJs": true,