Skip to content

Commit ca69a19

Browse files
fix(tsconfig): update target to ES2017 (#739)
1 parent 616cb2d commit ca69a19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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": "ES6",
4-
"target": "ES6",
4+
"target": "ES2017",
55
"sourceMap": true,
66
"jsx": "react",
77
"allowSyntheticDefaultImports": true,

0 commit comments

Comments
 (0)