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 b0942a6 commit ed30fecCopy full SHA for ed30fec
src/index.ts
@@ -1,4 +1,4 @@
1
-export * from "./types";
+export type * from "./types";
2
export { bunPackageManager } from "./bun-package-manager";
3
export { ProjectError } from "./create-project";
4
export { extractDeclarations } from "./extract-declarations";
0 commit comments