Skip to content

Commit 795eb68

Browse files
committed
Set target to es5
1 parent a6c9a9b commit 795eb68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"baseUrl": ".",
4-
"target": "esnext",
4+
"target": "es5",
55
"module": "commonjs",
66
"lib": [
77
"es2015",

0 commit comments

Comments
 (0)