diff --git a/src/package/getPackageJson.ts b/src/package/getPackageJson.ts index 4315d40..03de41e 100644 --- a/src/package/getPackageJson.ts +++ b/src/package/getPackageJson.ts @@ -1,4 +1,4 @@ -import { PackageJson } from "type-fest"; +import type { PackageJson } from "type-fest"; import { getPackageRootPath } from "./getPackageRootPath"; import path from "node:path" @@ -11,5 +11,4 @@ export function getPackageJson(entry?:string):PackageJson | undefined{ return undefined } } - -export { PackageJson } from "type-fest" \ No newline at end of file + \ No newline at end of file