Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Mar 2, 2019
1 parent d250b40 commit 51b9b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-cli/src/init/types.ts
Expand Up @@ -8,6 +8,6 @@
import {Config} from '@jest/types';

export type ProjectPackageJson = {
jest?: Partial<Config.GlobalConfig>;
jest?: Partial<Config.InitialOptions>;
scripts?: {[key: string]: string};
};

0 comments on commit 51b9b20

Please sign in to comment.