Skip to content

Commit

Permalink
fix(type-compiler): esm import of micromatch
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Apr 17, 2024
1 parent 1a058b3 commit 5606d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/type-compiler/src/resolver.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as micromatch from 'micromatch';
import micromatch from 'micromatch';
import type {
CompilerHost,
CompilerOptions,
Expand Down

0 comments on commit 5606d74

Please sign in to comment.