Skip to content

Commit 885e7fd

Browse files
authored
chore: update tsconfig target to es2018 (#2616)
1 parent 0bcdfd5 commit 885e7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"resolveJsonModule": true,
1414
"skipLibCheck": true,
1515
"strict": true,
16-
"target": "es5"
16+
"target": "es2018"
1717
},
1818
"include": ["**/*.ts", "**/*.tsx"],
1919
"exclude": ["node_modules", "_jest"]

0 commit comments

Comments
 (0)