Skip to content

Commit fb9ee28

Browse files
committed
cr
1 parent e583def commit fb9ee28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/build/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import fs from "node:fs";
22
import { resolve } from "node:path";
33
import { Options as BuildOptions } from "tsdown";
4-
import { type PackageJson } from "type-fest";
4+
import type { PackageJson } from "type-fest";
55
import { extname } from "node:path";
66
import { barrelDtsPlugin } from "./plugins/barrel-dts";
77

0 commit comments

Comments
 (0)