Skip to content

Commit 5dfeba1

Browse files
committed
Typescript target ES5 because ES3 target is deprecated.
@see microsoft/TypeScript#51909
1 parent 2626d00 commit 5dfeba1

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
@@ -4,7 +4,7 @@
44
"sourceMap": true,
55
//"noImplicitAny": true,
66
"module": "commonjs",
7-
"target": "ES3",
7+
"target": "ES5",
88
//"strict": true,
99
"esModuleInterop": true,
1010
"allowJs": true

0 commit comments

Comments
 (0)