@storm-software/workspace-tools 1.60.14 → 1.60.15

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.60.14",
3
+ "version": "1.60.15",
4
4
  "private": false,
5
5
  "description": "⚡ A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
6
6
  "keywords": [
@@ -465168,6 +465168,7 @@ function getNormalizedTsConfig(context, workspaceRoot, outputPath, options8) {
465168
465168
  rootDir: workspaceRoot,
465169
465169
  baseUrl: workspaceRoot,
465170
465170
  moduleResolution: "node",
465171
+ lib: ["lib.esnext.d.ts", "lib.dom.d.ts", "lib.dom.iterable.d.ts"],
465171
465172
  noEmit: false,
465172
465173
  esModuleInterop: true,
465173
465174
  downlevelIteration: true,
@@ -458976,6 +458976,7 @@ function getNormalizedTsConfig(context, workspaceRoot, outputPath, options8) {
458976
458976
  rootDir: workspaceRoot,
458977
458977
  baseUrl: workspaceRoot,
458978
458978
  moduleResolution: "node",
458979
+ lib: ["lib.esnext.d.ts", "lib.dom.d.ts", "lib.dom.iterable.d.ts"],
458979
458980
  noEmit: false,
458980
458981
  esModuleInterop: true,
458981
458982
  downlevelIteration: true,
@@ -458976,6 +458976,7 @@ function getNormalizedTsConfig(context, workspaceRoot, outputPath, options8) {
458976
458976
  rootDir: workspaceRoot,
458977
458977
  baseUrl: workspaceRoot,
458978
458978
  moduleResolution: "node",
458979
+ lib: ["lib.esnext.d.ts", "lib.dom.d.ts", "lib.dom.iterable.d.ts"],
458979
458980
  noEmit: false,
458980
458981
  esModuleInterop: true,
458981
458982
  downlevelIteration: true,
@@ -458976,6 +458976,7 @@ function getNormalizedTsConfig(context, workspaceRoot, outputPath, options8) {
458976
458976
  rootDir: workspaceRoot,
458977
458977
  baseUrl: workspaceRoot,
458978
458978
  moduleResolution: "node",
458979
+ lib: ["lib.esnext.d.ts", "lib.dom.d.ts", "lib.dom.iterable.d.ts"],
458979
458980
  noEmit: false,
458980
458981
  esModuleInterop: true,
458981
458982
  downlevelIteration: true,
@@ -463869,6 +463869,7 @@ function getNormalizedTsConfig(context, workspaceRoot, outputPath, options8) {
463869
463869
  rootDir: workspaceRoot,
463870
463870
  baseUrl: workspaceRoot,
463871
463871
  moduleResolution: "node",
463872
+ lib: ["lib.esnext.d.ts", "lib.dom.d.ts", "lib.dom.iterable.d.ts"],
463872
463873
  noEmit: false,
463873
463874
  esModuleInterop: true,
463874
463875
  downlevelIteration: true,