@storm-software/workspace-tools 1.180.5 → 1.180.7
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 +14 -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
|
@@ -409671,7 +409671,8 @@ async function withRollupConfig(rawOptions, rollupConfig = {}, dependencies, con
|
|
|
409671
409671
|
options,
|
|
409672
409672
|
dependencies,
|
|
409673
409673
|
config
|
|
409674
|
-
)
|
|
409674
|
+
),
|
|
409675
|
+
include: [(0, import_node_path13.join)(import_devkit2.workspaceRoot, "node_modules/typescript/lib/*.d.ts")]
|
|
409675
409676
|
},
|
|
409676
409677
|
verbosity: 3
|
|
409677
409678
|
}),
|