Skip to content

Commit

Permalink
refactor!: Node.js distribution is now built using ES2022 as a target
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Oct 25, 2023
1 parent b64b6c7 commit 239697a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig/node-cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "./base.json",
"compilerOptions": {
"types": ["node"],
"target": "ES2019",
"target": "ES2022",
"module": "CommonJS",
"outDir": "../dist/node/cjs"
}
Expand Down

0 comments on commit 239697a

Please sign in to comment.