Skip to content

Commit

Permalink
fix(tsconfig): allowDownlevelIteration enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
biggyspender committed Mar 25, 2020
1 parent cd176fe commit 41a54f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"outDir": "dist/lib",
"typeRoots": [
"node_modules/@types"
]
],
"downlevelIteration": true
},
"include": [
"src"
Expand Down

0 comments on commit 41a54f4

Please sign in to comment.