diff --git a/app/soapbox/service-worker/web-push-notifications.ts b/app/soapbox/service-worker/web-push-notifications.ts index 46ba7aa38..b760579c7 100644 --- a/app/soapbox/service-worker/web-push-notifications.ts +++ b/app/soapbox/service-worker/web-push-notifications.ts @@ -1,4 +1,4 @@ -/* eslint-disable compat/compat */ +/// import IntlMessageFormat from 'intl-messageformat'; import 'intl-pluralrules'; import unescape from 'lodash/unescape'; diff --git a/tsconfig.json b/tsconfig.json index d25d3fe53..9d426c391 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "sourceMap": true, "strict": true, "module": "ESNext", - "lib": ["ESNext", "DOM", "WebWorker"], + "lib": ["ESNext", "DOM"], "target": "ESNext", "jsx": "react", "allowJs": true,