Skip to content

Commit

Permalink
Import helpers from tslib (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed May 16, 2022
1 parent 9de2361 commit a3bdd94
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 @@ -13,7 +13,8 @@
"forceConsistentCasingInFileNames": true,
"strict": true,
"suppressImplicitAnyIndexErrors": true,
"skipLibCheck": true
"skipLibCheck": true,
"importHelpers": true
},
"include": ["src/*"]
}

0 comments on commit a3bdd94

Please sign in to comment.