Skip to content

Commit

Permalink
Update types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus authored Dec 7, 2024
1 parent f20dcb2 commit 20c3bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export type Options<T extends Record<string, any>> = {
const store = new Conf({
projectName: 'foo',
schema: {},
schema: {},
rootSchema: {
additionalProperties: false
}
Expand All @@ -80,7 +80,7 @@ export type Options<T extends Record<string, any>> = {
const store = new Conf({
projectName: 'foo',
schema: {},
schema: {},
rootSchema: {
additionalProperties: false
},
Expand Down

0 comments on commit 20c3bc3

Please sign in to comment.