Skip to content

Commit a2cde41

Browse files
authored
Merge pull request #7 from kmccalley/kmccalley/bump-es-target
feat: bump target and lib from es2019 to es2023
2 parents ea8b792 + 40c34f9 commit a2cde41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
3-
"target": "es2019",
3+
"target": "es2023",
44
"lib": [
5-
"es2019"
5+
"es2023"
66
],
77
"module": "commonjs",
88
"strict": true,

0 commit comments

Comments
 (0)