Skip to content

Commit

Permalink
chore: Add tslib dependency for smaller size (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnturner authored Feb 13, 2023
1 parent ab5796d commit 9022c85
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
29 changes: 21 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"JSONStream": "^1.3.5",
"readline-transform": "1.0.0",
"semver": "^7.0.0",
"tslib": "^2.0.0",
"yargs": "^17.0.0"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"strict": true,
"noEmit": true,
"esModuleInterop": true,
"importHelpers": true,
// Only needed for tests, disabled in build
"resolveJsonModule": true
},
Expand Down

0 comments on commit 9022c85

Please sign in to comment.