Skip to content

Commit

Permalink
ci(tsconfig): chore(truly-ui): add "downlevelIteration": true to conf…
Browse files Browse the repository at this point in the history
…ig lib
  • Loading branch information
abalad committed Oct 26, 2020
1 parent 0b8e42b commit 8906984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig-release.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"downlevelIteration": true,
"target": "es5",
"module": "esnext",
"typeRoots": [
Expand Down
1 change: 1 addition & 0 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"downlevelIteration": true,
"target": "es2015",
"typeRoots": [
"node_modules/@types"
Expand Down

0 comments on commit 8906984

Please sign in to comment.