Skip to content

Commit

Permalink
Fix CI : revert tsconfig.json and add ts-ignore on import
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-kosmos authored and zhaoyongjie committed Sep 3, 2022
1 parent a8c2d5d commit 738f78b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import {
FrameComponentProps,
} from 'src/explore/components/controls/DateFilterControl/types';
// @ts-ignore
import locales from 'antd/dist/antd-with-locales';
import { locales } from 'antd/dist/antd-with-locales';
import { bootstrapData } from 'src/preamble';

const languages = {
Expand Down

0 comments on commit 738f78b

Please sign in to comment.