@storm-software/workspace-tools 1.180.5 → 1.180.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.180.5",
3
+ "version": "1.180.7",
4
4
  "type": "commonjs",
5
5
  "description": "⚡ A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
6
6
  "repository": {
@@ -409671,7 +409671,8 @@ async function withRollupConfig(rawOptions, rollupConfig = {}, dependencies, con
409671
409671
  options,
409672
409672
  dependencies,
409673
409673
  config
409674
- )
409674
+ ),
409675
+ include: [(0, import_node_path13.join)(import_devkit2.workspaceRoot, "node_modules/typescript/lib/*.d.ts")]
409675
409676
  },
409676
409677
  verbosity: 3
409677
409678
  }),