@xylabs/ts-scripts-yarn3 6.1.11 → 6.1.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.
@@ -1558,7 +1558,10 @@ var packageCompileTsc = /* @__PURE__ */ __name((folder = "src", config2 = {}, co
1558
1558
  ];
1559
1559
  const includes = [
1560
1560
  ".stories.",
1561
- ".spec."
1561
+ ".spec.",
1562
+ ".d.ts",
1563
+ ".d.cts",
1564
+ ".d.mts"
1562
1565
  ];
1563
1566
  const files = buildEntries(folder, "all", verbose).filter((file) => validTsExt.find((ext) => file.endsWith(ext)) && includes.find((include) => file.includes(include)));
1564
1567
  console.log(chalk23.green(`Compiling Files ${pkg}: ${files.length}`));