We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e583def commit fb9ee28Copy full SHA for fb9ee28
internal/build/index.ts
@@ -1,7 +1,7 @@
1
import fs from "node:fs";
2
import { resolve } from "node:path";
3
import { Options as BuildOptions } from "tsdown";
4
-import { type PackageJson } from "type-fest";
+import type { PackageJson } from "type-fest";
5
import { extname } from "node:path";
6
import { barrelDtsPlugin } from "./plugins/barrel-dts";
7
0 commit comments