Skip to content

Commit

Permalink
Merge branch 'master' into chore/update-repo-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape authored Jan 18, 2020
2 parents d4ac25c + d3db3bb commit 75a5f51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/json/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ export interface RollupJsonOptions {
* Specify indentation for the generated default export
* @default '\t'
*/
indent: string;
indent?: string;
/**
* Ignores indent and generates the smallest code
* @default false
*/
compact: boolean;
compact?: boolean;
/**
* Generate a named export for every property of the JSON object
* @default true
*/
namedExports: true;
namedExports?: boolean;
}

/**
Expand Down

0 comments on commit 75a5f51

Please sign in to comment.