diff --git a/packages/type-compiler/src/resolver.ts b/packages/type-compiler/src/resolver.ts index a132efa4e..52146ff76 100644 --- a/packages/type-compiler/src/resolver.ts +++ b/packages/type-compiler/src/resolver.ts @@ -1,4 +1,4 @@ -import * as micromatch from 'micromatch'; +import micromatch from 'micromatch'; import type { CompilerHost, CompilerOptions,