Skip to content

Commit e1ead8a

Browse files
committed
Target ES5, not ES3
1 parent de8769f commit e1ead8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"isolatedModules": true,
66
"moduleResolution": "node",
77
"outDir": "dist",
8-
"strict": true
8+
"strict": true,
9+
"target": "es5"
910
},
1011
"include": ["src"]
1112
}

0 commit comments

Comments
 (0)