Skip to content

Commit

Permalink
Disable typescript checks on the sync worker
Browse files Browse the repository at this point in the history
Will address this in a follow-up PR as it's not trivial to fix.
  • Loading branch information
psrpinto committed Mar 9, 2023
1 parent 67153dd commit ee78cbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/platform/web/sync/sync-worker.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/// <reference lib="webworker" />
// TODO: Figure how how to get WebWorkers Typescript lib working. For now we just disable checks on the whole file.
// @ts-nocheck

// The empty export makes this a module. It can be removed once there's at least one import.
export {}
Expand Down

0 comments on commit ee78cbd

Please sign in to comment.