@xylabs/ts-scripts-yarn3 5.0.4 → 5.0.13

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.
@@ -1521,11 +1521,14 @@ var compileFolder = /* @__PURE__ */ __name(async (folder, entryMode = "single",
1521
1521
  ...options
1522
1522
  });
1523
1523
  if (types === "tsc") {
1524
- return packageCompileTscTypes(folder, {
1524
+ const errors = packageCompileTscTypes(folder, {
1525
1525
  verbose
1526
1526
  }, {
1527
1527
  outDir
1528
1528
  });
1529
+ if (errors) {
1530
+ return errors;
1531
+ }
1529
1532
  }
1530
1533
  const optionsList = (await Promise.all((Array.isArray(optionsResult) ? optionsResult : [
1531
1534
  optionsResult