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 committed Sep 6, 2022
1 parent 356a00d commit 0404d90
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 0404d90

Please sign in to comment.