From 1e868f1b0d28df6b5f1b0f065d86551a052d69c2 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Mon, 16 Jun 2025 22:42:32 +0000 Subject: [PATCH] do not typescript check map.tsx as that has a lot of the legacy js code that is not typed --- crawler/frontend/src/components/Map.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/crawler/frontend/src/components/Map.tsx b/crawler/frontend/src/components/Map.tsx index 86b025f..72a77b2 100644 --- a/crawler/frontend/src/components/Map.tsx +++ b/crawler/frontend/src/components/Map.tsx @@ -1,3 +1,4 @@ +// @ts-nocheck import crossfilter from "crossfilter2"; import * as d3 from "d3"; import mapboxgl from "mapbox-gl";