Skip to content

Commit

Permalink
fix strict null checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Loe committed Jun 17, 2024
1 parent 9f5712f commit c2fa870
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/tsconfig.strictNullChecks.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@
"./background/auth/launchInteractiveOAuth2Flow.ts",
"./background/auth/launchOAuth2Flow.test.ts",
"./background/auth/launchOAuth2Flow.ts",
"./background/auth/partnerIntegrations/partnerIntegrations.test.ts",
"./background/auth/partnerIntegrations/partnerIntegrations.ts",
"./background/auth/partnerIntegrations/getPartnerPrincipals.ts",
"./background/auth/partnerIntegrations/getPartnerPrincipals.test.ts",
"./background/auth/partnerIntegrations/launchAuthIntegration.ts",
"./background/auth/partnerIntegrations/types.ts",
"./background/axiosFetch.ts",
"./background/backgroundDomWatcher.ts",
"./background/backgroundPlatform.ts",
Expand Down Expand Up @@ -136,8 +142,6 @@
"./background/messenger/registration.ts",
"./background/navigation.ts",
"./background/partnerHandlers.ts",
"./background/auth/partnerIntegrations/partnerIntegrations.test.ts",
"./background/auth/partnerIntegrations/partnerIntegrations.ts",
"./background/performConfiguredRequest.test.ts",
"./background/proxyUtils.test.ts",
"./background/proxyUtils.ts",
Expand Down

0 comments on commit c2fa870

Please sign in to comment.