Skip to content

Commit

Permalink
fix(binding/types): Add bugfixes field to EnvConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Themezv committed Jan 22, 2024
1 parent 979061f commit dfb79e5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,13 @@ export interface EnvConfig {

loose?: boolean;

/**
* Transpiles the broken syntax to the closest non-broken modern syntax
*
* Defaults to false.
*/
bugfixes?: boolean;

/// Skipped es features.
///
/// e.g.)
Expand Down

0 comments on commit dfb79e5

Please sign in to comment.