Skip to content

Commit

Permalink
fix: set ts importHelpers to false
Browse files Browse the repository at this point in the history
  • Loading branch information
szmarczak committed Sep 7, 2021
1 parent af51f04 commit d5fe4ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "got-scraping",
"version": "3.2.2",
"version": "3.2.3",
"description": "HTTP client made for scraping based on got.",
"main": "dist/index.js",
"engines": {
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": "@apify/tsconfig",
"compilerOptions": {
"outDir": "dist"
"outDir": "dist",
"importHelpers": false
},
"include": [
"src"
Expand Down

0 comments on commit d5fe4ac

Please sign in to comment.