@storm-software/workspace-tools 1.179.1 → 1.179.2
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 +10 -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/package.json
CHANGED
|
@@ -409737,7 +409737,7 @@ async function createTsCompilerOptions(parsedCommandLine, options, dependencies,
|
|
|
409737
409737
|
dependencies ?? []
|
|
409738
409738
|
);
|
|
409739
409739
|
const compilerOptions = {
|
|
409740
|
-
rootDir: correctPaths2(config?.workspaceRoot),
|
|
409740
|
+
rootDir: correctPaths2(config?.workspaceRoot).replace("/", "\\"),
|
|
409741
409741
|
declaration: true,
|
|
409742
409742
|
skipLibCheck: true,
|
|
409743
409743
|
skipDefaultLibCheck: true,
|