Skip to content

Commit b3e203c

Browse files
committed
Add comment for ts-expect-error
1 parent dff393d commit b3e203c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/layerchart/src/lib/components/Hull.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<script lang="ts">
5656
import { min } from 'd3-array';
5757
import { Delaunay } from 'd3-delaunay';
58-
// @ts-expect-error
58+
// @ts-expect-error - no types available
5959
import { geoVoronoi } from 'd3-geo-voronoi';
6060
import { curveLinearClosed } from 'd3-shape';
6161
import { cls } from '@layerstack/tailwind';

0 commit comments

Comments
 (0)