@storm-software/workspace-tools 1.179.2 → 1.179.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/CHANGELOG.md +7 -0
- package/index.js +1 -1
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/rollup/executor.js +1 -1
package/CHANGELOG.md
CHANGED
package/index.js
CHANGED
|
@@ -437723,7 +437723,7 @@ async function createTsCompilerOptions(parsedCommandLine, options, dependencies,
|
|
|
437723
437723
|
dependencies ?? []
|
|
437724
437724
|
);
|
|
437725
437725
|
const compilerOptions = {
|
|
437726
|
-
rootDir: correctPaths2(config?.workspaceRoot).
|
|
437726
|
+
rootDir: correctPaths2(config?.workspaceRoot).replaceAll("/", "\\"),
|
|
437727
437727
|
declaration: true,
|
|
437728
437728
|
skipLibCheck: true,
|
|
437729
437729
|
skipDefaultLibCheck: true,
|