Skip to content

Commit

Permalink
fix: ignoresTypeAware reslove, fix #578
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 16, 2024
1 parent 9feacfc commit e5ca299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ export async function typescript(
// assign type-aware parser for type-aware files and type-unaware parser for the rest
...isTypeAware
? [
makeParser(false, files),
makeParser(true, filesTypeAware, ignoresTypeAware),
makeParser(false, files, filesTypeAware),
]
: [
makeParser(false, files),
Expand Down

0 comments on commit e5ca299

Please sign in to comment.