fix(binding/types): Add bugfixes field to EnvConfig (#8538)

**Description:**

Add `bugfixes` field to EnvConfig
This commit is contained in:
Artem Zverev 2024-01-23 04:44:57 +01:00 committed by GitHub
parent 1386fb826f
commit 49ebdf9fb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.)