@xylabs/ts-scripts-yarn3 5.0.29 → 5.0.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1501,7 +1501,7 @@ var packageCompileTscTypes = /* @__PURE__ */ __name((folder = "src", { verbose }
1501
1501
  }, "packageCompileTscTypes");
1502
1502
 
1503
1503
  // src/actions/package/compile/packageCompileTsup.ts
1504
- var compileFolder = /* @__PURE__ */ __name(async (folder, entryMode = "single", options, types = "tsc", verbose) => {
1504
+ var compileFolder = /* @__PURE__ */ __name(async (folder, entryMode = "single", options, types = "tsup", verbose) => {
1505
1505
  const outDir = options?.outDir ?? "dist";
1506
1506
  const entry = buildEntries(folder, entryMode);
1507
1507
  const optionsResult = defineConfig({