Skip to content

Commit 1317adb

Browse files
authored
Merge pull request #36 from trunges21/main
Change tsconfig target to es5
2 parents 12c9db7 + 90d1265 commit 1317adb

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
@@ -1,7 +1,8 @@
11
{
22
"compilerOptions": {
3-
"target": "esnext",
3+
"target": "es5",
44
"module": "esnext",
5+
"downlevelIteration": true,
56
"lib": ["esnext", "dom"],
67
"declaration": true,
78
"moduleResolution": "node",

0 commit comments

Comments
 (0)