@storm-software/workspace-tools 1.177.2 → 1.178.0
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 +2 -1
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/rollup/executor.js +2 -1
package/package.json
CHANGED
|
@@ -409665,7 +409665,8 @@ function withRollupConfig(rawOptions, rollupConfig = {}, dependencies) {
|
|
|
409665
409665
|
dependencies
|
|
409666
409666
|
)
|
|
409667
409667
|
},
|
|
409668
|
-
verbosity: 3
|
|
409668
|
+
verbosity: 3,
|
|
409669
|
+
useTsconfigDeclarationDir: true
|
|
409669
409670
|
}),
|
|
409670
409671
|
(0, import_type_definitions.typeDefinitions)({
|
|
409671
409672
|
projectRoot
|