@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/CHANGELOG.md +1 -1
- package/README.md +1 -1
- package/index.js +1 -0
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/rollup/executor.js +1 -0
package/package.json
CHANGED
|
@@ -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,
|