Skip to content

Commit ed30fec

Browse files
committed
refactor: use export type
1 parent b0942a6 commit ed30fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export * from "./types";
1+
export type * from "./types";
22
export { bunPackageManager } from "./bun-package-manager";
33
export { ProjectError } from "./create-project";
44
export { extractDeclarations } from "./extract-declarations";

0 commit comments

Comments
 (0)