Skip to content

Commit

Permalink
Ignore ts error importing from js file
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Caldwell committed Feb 6, 2020
1 parent 69c5378 commit b3bcc3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import { UsageCollectionSetup } from 'src/plugins/usage_collection/server';
// @ts-ignore
import { getMapsTelemetry } from '../maps_telemetry';
// @ts-ignore
import { TELEMETRY_TYPE } from '../../../common/constants';

export function registerMapsUsageCollector(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
ES_GEO_FIELD_TYPE,
MAP_SAVED_OBJECT_TYPE,
TELEMETRY_TYPE,
// @ts-ignore
} from '../../common/constants';

function getUniqueLayerCounts(layerCountsList: any[], mapsCount: number) {
Expand Down

0 comments on commit b3bcc3c

Please sign in to comment.