Skip to content

Commit

Permalink
chore: use tslib
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmcwhorter committed Feb 9, 2020
1 parent e21c7c3 commit b086c45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"change-case": "^4.1.1",
"conventional-commit-types": "^3.0.0",
"right-pad": "^1.0.1",
"tslib": "^1.10.0",
"word-wrap": "^1.2.3"
},
"husky": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"tsBuildInfoFile": "./dist/build-info" /* Specify file to store incremental compilation information */,
// "removeComments": true, /* Do not emit comments to output. */
// "noEmit": true, /* Do not emit outputs. */
// "importHelpers": true, /* Import emit helpers from 'tslib'. */
"importHelpers": true /* Import emit helpers from 'tslib'. */,
// "downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */
// "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */
/* Strict Type-Checking Options */
Expand Down

0 comments on commit b086c45

Please sign in to comment.