Skip to content

Commit

Permalink
lint fix;
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Nov 1, 2021
1 parent 86ea83a commit 53731e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transpilers/swc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const swcTargets = [
'es2019',
'es2020',
'es2021',
'es2022'
'es2022',
] as const;

const ModuleKind = {
Expand Down

0 comments on commit 53731e6

Please sign in to comment.