Skip to content

Commit 25b4ea8

Browse files
authored
Update tsconfig.json
1 parent f68bbf3 commit 25b4ea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"moduleResolution": "node",
77
"removeComments": true,
88
"sourceMap": true,
9-
"target": "es6",
9+
"target": "es5",
1010
"declaration": true,
1111
"outDir": "lib/"
1212
},
@@ -19,4 +19,4 @@
1919
"./src/index.ts",
2020
"./test/*.ts"
2121
]
22-
}
22+
}

0 commit comments

Comments
 (0)