Skip to content

Commit

Permalink
fixup! feat(scripts): use solution ts config when enabled within tsc …
Browse files Browse the repository at this point in the history
…just task
  • Loading branch information
Hotell committed Nov 4, 2021
1 parent cc5a14a commit 6238782
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/tasks/ts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ function prepareTsTaskConfig(options: TscTaskOptions) {
return normalizedOptions;
}

options.target = 'es5';

return options;
}

Expand Down

0 comments on commit 6238782

Please sign in to comment.