Skip to content

Commit 1282cfb

Browse files
committed
feat!: Output es2022
1 parent c4ab7f5 commit 1282cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"resolveJsonModule": true,
2121
"sourceMap": true,
22-
"target": "es5"
22+
"target": "ES2022"
2323
},
2424
"include": ["src"],
2525
"exclude": [

0 commit comments

Comments
 (0)