Skip to content

Commit 6c908b3

Browse files
committed
fix type
1 parent 033b5c5 commit 6c908b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jest-cli/src/init/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
import {Config} from '@jest/types';
99

1010
export type ProjectPackageJson = {
11-
jest?: Partial<Config.GlobalConfig>;
11+
jest?: Partial<Config.InitialOptions>;
1212
scripts?: {[key: string]: string};
1313
};

0 commit comments

Comments
 (0)