Skip to content

Commit 97b0050

Browse files
Chagne target to esnext
1 parent fd25d79 commit 97b0050

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": "es5",
3+
"target": "ESNext",
44
"jsx": "react-jsx",
55
"module": "ESNext",
66
"rootDir": "./src",

0 commit comments

Comments
 (0)