@storm-software/workspace-tools 1.182.2 → 1.182.3

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.182.2",
3
+ "version": "1.182.3",
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": {
@@ -202297,8 +202297,7 @@ async function createTsCompilerOptions(parsedCommandLine, options, dependencies,
202297
202297
  declaration: true,
202298
202298
  skipLibCheck: true,
202299
202299
  skipDefaultLibCheck: true,
202300
- paths: compilerOptionPaths,
202301
- pathsBasePath: baseDir
202300
+ paths: compilerOptionPaths
202302
202301
  };
202303
202302
  if (parsedCommandLine.options.module === import_typescript.ModuleKind.CommonJS) {
202304
202303
  compilerOptions["module"] = "ESNext";