Skip to content

Commit

Permalink
Fix the configFileMode option for TypeScript (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpadaki committed Nov 29, 2021
1 parent 995ba29 commit 07d275b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export interface Options<T> {
@default 0o666
*/
readonly configFileMode: number;
readonly configFileMode?: number;
}

export type Migrations<T> = Record<string, (store: Conf<T>) => void>;
Expand Down

0 comments on commit 07d275b

Please sign in to comment.