@storm-software/workspace-tools 1.182.2 → 1.182.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/README.md +1 -1
- package/index.js +1 -2
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/rollup/executor.js +1 -2
package/package.json
CHANGED
|
@@ -202297,8 +202297,7 @@ async function createTsCompilerOptions(parsedCommandLine, options, dependencies,
|
|
|
202297
202297
|
declaration: true,
|
|
202298
202298
|
skipLibCheck: true,
|
|
202299
202299
|
skipDefaultLibCheck: true,
|
|
202300
|
-
paths: compilerOptionPaths
|
|
202301
|
-
pathsBasePath: baseDir
|
|
202300
|
+
paths: compilerOptionPaths
|
|
202302
202301
|
};
|
|
202303
202302
|
if (parsedCommandLine.options.module === import_typescript.ModuleKind.CommonJS) {
|
|
202304
202303
|
compilerOptions["module"] = "ESNext";
|