Skip to content

Commit 30ede38

Browse files
authored
Use ES5 as the typescript target to support users in older browsers (#1035)
1 parent 5e94b70 commit 30ede38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es2015",
3+
"target": "es5",
44
"module": "commonjs",
55
"lib": ["esnext", "dom"],
66
"strict": true,

0 commit comments

Comments
 (0)