Skip to content

Commit 6ac3650

Browse files
committed
Change ts build target to es5 to increase compatibility
1 parent 67f3847 commit 6ac3650

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
@@ -4,7 +4,7 @@
44
"sourceMap": true,
55
"noImplicitAny": true,
66
"module": "ES2015",
7-
"target": "es6",
7+
"target": "es5",
88
"jsx": "react",
99
"moduleResolution": "node",
1010
"resolveJsonModule": true,

0 commit comments

Comments
 (0)