Skip to content

Commit

Permalink
fix: remove importHelpers from tsconfig (#30)
Browse files Browse the repository at this point in the history
Remove `importHelpers` from compiler options.
Otherwise `tslib` have to be included as dependency

fix #29
  • Loading branch information
kidroca authored Jan 3, 2021
1 parent 5190d17 commit 84e41fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions npm-audit.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ <h5 class="card-title">
<div class="card">
<div class="card-body">
<h5 class="card-title">
23
24
</h5>
<p class="card-text">Dependencies</p>
</div>
</div>
<div class="card">
<div class="card-body">
<h5 class="card-title">
November 28th 2020, 8:52:16 am
December 24th 2020, 8:31:40 am
</h5>
<p class="card-text">Last updated</p>
</div>
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"esModuleInterop": true,
"skipLibCheck": true,
"importHelpers": true,
"types": ["@adonisjs/core", "@adonisjs/repl", "@types/node"]
}
}

0 comments on commit 84e41fe

Please sign in to comment.