Skip to content

Commit 9ef8b83

Browse files
committed
fix build error
1 parent 522bae7 commit 9ef8b83

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
@@ -9,7 +9,7 @@
99
"module": "esnext",
1010
"lib": [
1111
"dom",
12-
"es2017"
12+
"esnext"
1313
],
1414
"jsx": "react",
1515
"strict": true,

0 commit comments

Comments
 (0)