We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d4652b commit 0310f71Copy full SHA for 0310f71
packages/cli/tsdown.config.ts
@@ -1,7 +1,9 @@
1
import path from "path";
2
-import { readJSONSync } from "fs-extra";
+import fsExtra from "fs-extra";
3
import { defineConfig } from "tsdown";
4
5
+const { readJSONSync } = fsExtra;
6
+
7
const isDev = process.env.npm_lifecycle_event === "dev";
8
9
// Read package versions at build time
0 commit comments