Skip to content

Commit

Permalink
Update src/compiler/config/outputs/validate-dist.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Tanner Reits <[email protected]>
  • Loading branch information
rwaskiewicz and tanner-reits authored Jun 23, 2023
1 parent 78f04da commit 1c7bfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/config/outputs/validate-dist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const validateOutputTargetDist = (config: d.ValidatedConfig, o: d.OutputTargetDi
empty: isBoolean(o.empty) ? o.empty : true,
transformAliasedImportPathsInCollection: isBoolean(o.transformAliasedImportPathsInCollection)
? o.transformAliasedImportPathsInCollection
: false,
: true,
isPrimaryPackageOutputTarget: o.isPrimaryPackageOutputTarget ?? false,
};

Expand Down

0 comments on commit 1c7bfe8

Please sign in to comment.