ignore ts check for renders until handle them

This commit is contained in:
Yokozuna59
2023-06-13 17:59:41 +03:00
parent ab0eb6c9bf
commit daee545e78
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
// @ts-expect-error - d3 types issue
// @ts-nocheck - don't check until handle it
import { select, Selection } from 'd3';
import { log } from '../../logger.js';
import * as configApi from '../../config.js';