Skip to content

Commit f5f9e57

Browse files
chore(tsconfig): specify ES6 target
1 parent 4898946 commit f5f9e57

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": "ESNext",
3+
"target": "ES6",
44
"lib": ["dom", "dom.iterable", "esnext", "ES2021.String"],
55
"allowJs": true,
66
"skipLibCheck": true,

0 commit comments

Comments
 (0)