Skip to content

Commit

Permalink
Change optimizedLoops default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
osyrisrblx committed Feb 14, 2024
1 parent 2c422eb commit 2e3b478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shared/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ export const DEFAULT_PROJECT_OPTIONS: ProjectOptions = {
logTruthyChanges: false,
writeOnlyChanged: false,
writeTransformedFiles: false,
optimizedLoops: false,
optimizedLoops: true,
allowCommentDirectives: false,
};

0 comments on commit 2e3b478

Please sign in to comment.