@xylabs/ts-scripts-yarn3 5.0.30 → 5.0.31

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.
@@ -1543,7 +1543,7 @@ var compileFolder = /* @__PURE__ */ __name(async (folder, entryMode = "single",
1543
1543
  }
1544
1544
  return 0;
1545
1545
  }, "compileFolder");
1546
- var packageCompileTsup = /* @__PURE__ */ __name(async (config2, types = "tsc") => {
1546
+ var packageCompileTsup = /* @__PURE__ */ __name(async (config2, types = "tsup") => {
1547
1547
  console.warn("packageCompileTsup-types", types);
1548
1548
  const compile2 = config2?.compile;
1549
1549
  const verbose = config2?.verbose ?? false;