Skip to content

Commit

Permalink
gah
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Nov 13, 2023
1 parent c6a433e commit 577d778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-svelte/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function matches_condition(condition, options) {
if (condition === 'typescript' || condition === 'checkjs') {
return options.types === condition;
}
return options[condition];
return !!options[condition];
}

/**
Expand Down

0 comments on commit 577d778

Please sign in to comment.