Skip to content

Commit

Permalink
Enable typescript checks on sync worker
Browse files Browse the repository at this point in the history
  • Loading branch information
psrpinto committed Mar 15, 2023
1 parent 7af29fb commit 0aebf99
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/platform/workers/sync-worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

// TODO: Figure out 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 0aebf99

Please sign in to comment.