Merge branch 'sw-typescript' into 'develop'
Convert ServiceWorker to TypeScript See merge request soapbox-pub/soapbox-fe!1456
This commit is contained in:
commit
45bb991993
5 changed files with 1 additions and 0 deletions
Binary file not shown.
BIN
jest.config.js
BIN
jest.config.js
Binary file not shown.
|
@ -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.
Loading…
Reference in a new issue