Skip to content

Commit

Permalink
Add missing emitDefinitions to docs and fix iface (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron authored Sep 18, 2023
1 parent 5f2c332 commit f90106a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,12 @@ Type: `boolean`
Emit full paths to files when printing diagnostics to the console. Defaults to `false`.
#### `emitDefinitions`
Type: `boolean`
Emit type definition files (`d.bs`) during transpile. Defaults to `false`.
#### `diagnosticFilters`
Type: `Array<string | number | {src: string; codes: number[]}`
Expand Down
2 changes: 1 addition & 1 deletion src/BsConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export interface BsConfig {

/**
* Emit type definition files (`d.bs`)
* @default true
* @default false
*/
emitDefinitions?: boolean;

Expand Down

0 comments on commit f90106a

Please sign in to comment.