Skip to content

Commit 7a8345f

Browse files
committed
[site] Target newer ES
1 parent 9a222a4 commit 7a8345f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"noImplicitThis": true,
66
"strict": true,
77
"removeComments": true,
8+
"target": "ES2020",
89
"module": "ES2020",
910
"jsx": "react",
1011
"moduleResolution": "node",

0 commit comments

Comments
 (0)