chore: Add reason to tsignore

This commit is contained in:
Sidharth Vinod
2024-05-24 10:09:16 +05:30
parent e41bccad64
commit 269ddf4a34
6 changed files with 8 additions and 8 deletions

View File

@@ -26,7 +26,7 @@ export const forkJoin = (parent: SVG, node: Node, dir: string) => {
let shape;
if (node.useRough) {
// @ts-ignore
// @ts-ignore TODO: Fix rough typings
const rc = rough.svg(shapeSvg);
const roughNode = rc.rectangle(x, y, width, height, solidStateFill(lineColor));
shape = shapeSvg.insert(() => roughNode);