Skip to content

Commit

Permalink
fix(es/types): Add jsc.experimental.keepImportAssertions to types (#…
Browse files Browse the repository at this point in the history
…9691)

**Related issue:**

 - Closes #9687
  • Loading branch information
kdy1 authored Oct 30, 2024
1 parent 4d887d0 commit 4b4dcfa
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 @@ -638,6 +638,8 @@ export interface JscConfig {

/**
* Preserve `with` in imports and exports.
*
* @deprecated Use `keepImportAssertions` instead.
*/
keepImportAttributes?: boolean;

Expand Down Expand Up @@ -683,6 +685,11 @@ export interface JscConfig {
* Disable all lint rules.
*/
disableAllLints?: boolean;

/**
* Keep import assertions.
*/
keepImportAssertions?: boolean;
};

baseUrl?: string;
Expand Down

0 comments on commit 4b4dcfa

Please sign in to comment.