Skip to content

Commit

Permalink
Fix TransformOptions type
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Sep 26, 2024
1 parent a842d2d commit 3d5444b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ export interface TransformOptions {
ts?: boolean;
retainLines?: boolean;
interopDefault?: boolean;
async: boolean;
async?: boolean;
jsx?: boolean | JSXOptions;
[key: string]: any;
babel?: Record<string, any>;
}

export interface TransformResult {
Expand Down

0 comments on commit 3d5444b

Please sign in to comment.