Skip to content

Commit

Permalink
feat(cjs): output ES2022 (#7319)
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Aug 18, 2023
1 parent 2947583 commit bc2e9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"target": "ES2022",
"downlevelIteration": true,
"outDir": "../dist/cjs"
}
Expand Down

0 comments on commit bc2e9c2

Please sign in to comment.