Skip to content

Commit 907e24a

Browse files
committed
Bump TS target version
1 parent 4a181a1 commit 907e24a

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,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4-
"target": "es2016",
4+
"target": "es2019",
55
"noImplicitAny": false,
66
"removeComments": false,
77
"noUnusedLocals": true,

0 commit comments

Comments
 (0)