@storm-software/workspace-tools 1.62.36 → 1.62.37

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/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## 1.62.37 (2024-03-03)
2
+
3
+
4
+ ### 🩹 Fixes
5
+
6
+ - **workspace-tools:** Update the path used by the compiler options ([da22cae4](https://github.com/storm-software/storm-ops/commit/da22cae4))
7
+
8
+
9
+ ### ❤️ Thank You
10
+
11
+ - Patrick Sullivan
12
+
1
13
  ## 1.62.36 (2024-03-03)
2
14
 
3
15
 
package/index.js CHANGED
@@ -474778,8 +474778,6 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
474778
474778
  ...rawTsconfig.config,
474779
474779
  compilerOptions: {
474780
474780
  ...rawTsconfig.config?.compilerOptions,
474781
- rootDir: ".",
474782
- baseUrl: ".",
474783
474781
  outDir: outputPath,
474784
474782
  noEmit: false,
474785
474783
  emitDeclarationOnly: true,
@@ -474789,7 +474787,7 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
474789
474787
  }
474790
474788
  },
474791
474789
  import_typescript.sys,
474792
- correctPaths((0, import_node_path2.dirname)(options8.tsConfig))
474790
+ workspaceRoot
474793
474791
  );
474794
474792
  parsedTsconfig.options.pathsBasePath = correctPaths(workspaceRoot);
474795
474793
  if (parsedTsconfig.options.paths) {