@storm-software/workspace-tools 1.179.3 → 1.179.4

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.179.3",
3
+ "version": "1.179.4",
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": {
@@ -409738,6 +409738,7 @@ async function createTsCompilerOptions(parsedCommandLine, options, dependencies,
409738
409738
  );
409739
409739
  const compilerOptions = {
409740
409740
  rootDir: correctPaths2(config?.workspaceRoot).replaceAll("/", "\\"),
409741
+ baseUrl: correctPaths2(config?.workspaceRoot).replaceAll("/", "\\"),
409741
409742
  declaration: true,
409742
409743
  skipLibCheck: true,
409743
409744
  skipDefaultLibCheck: true,