Merge branch 'sw-typescript' into 'develop'

Convert ServiceWorker to TypeScript

See merge request soapbox-pub/soapbox-fe!1456
This commit is contained in:
Alex Gleason 2022-05-26 22:38:36 +00:00
commit 45bb991993
5 changed files with 1 additions and 0 deletions

Binary file not shown.

View file

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

Binary file not shown.