Skip to content

Commit 28f7c4b

Browse files
committed
BREAKING: Update ES version to match new minimum Node version (v20)
Note that this package may continue working fine in Node versions before v20 - the breaking change here is that this is no longer guaranteed, won't be tested, and may break in funny ways at any time.
1 parent 26174f7 commit 28f7c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es6",
3+
"target": "ES2022",
44
"module": "commonjs",
55
"outDir": "./dist",
66
"declaration": true,

0 commit comments

Comments
 (0)