Skip to content

Commit

Permalink
Fix import of type ConfigItem (#7561)
Browse files Browse the repository at this point in the history
It is also exported as type
  • Loading branch information
danez authored and existentialism committed Mar 13, 2018
1 parent a7ec312 commit 1d69cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-core/src/config/validation/options.js
@@ -1,6 +1,6 @@
// @flow

import { ConfigItem } from "../item";
import type { ConfigItem } from "../item";
import Plugin from "../plugin";

import removed from "./removed";
Expand Down

0 comments on commit 1d69cd4

Please sign in to comment.