chore: TypeScript Configuration Modernization and Cleanup (#35159)

This commit is contained in:
Michael S. Molina
2025-09-18 16:27:57 -03:00
committed by GitHub
parent a889ae75fc
commit 6cb3ef9f5d
69 changed files with 392 additions and 481 deletions

View File

@@ -42,8 +42,8 @@ import {
FeatureFlag,
isFeatureEnabled,
} from '@superset-ui/core';
import { extendedDayjs as dayjs } from '@superset-ui/core/utils/dates';
import { useSelector, useDispatch } from 'react-redux';
import dayjs from 'dayjs';
import rison from 'rison';
import { createDatasource } from 'src/SqlLab/actions/sqlLab';
import { addDangerToast } from 'src/components/MessageToasts/actions';