Skip to content

Commit

Permalink
fix: include tslib
Browse files Browse the repository at this point in the history
  • Loading branch information
szmarczak committed Sep 7, 2021
1 parent d5fe4ac commit 78a3cf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"header-generator": "^1.1.1",
"http2-wrapper": "^2.1.4",
"ow": "^0.23.0",
"quick-lru": "^5.1.1"
"quick-lru": "^5.1.1",
"tslib": "^2.3.1"
},
"devDependencies": {
"@apify/eslint-config-ts": "^0.1.4",
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"extends": "@apify/tsconfig",
"compilerOptions": {
"outDir": "dist",
"importHelpers": false
"outDir": "dist"
},
"include": [
"src"
Expand Down

0 comments on commit 78a3cf6

Please sign in to comment.