Skip to content

Commit 90567e2

Browse files
committed
Revert "Revert "importHelpers:true for minimize the artiacts""
This reverts commit 20b316f.
1 parent 20d05b5 commit 90567e2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
"engines": {
5252
"node": ">= 10"
5353
},
54+
"dependencies": {
55+
"tslib": ">=2.0.0"
56+
},
5457
"devDependencies": {
5558
"@bitjourney/check-es-version-webpack-plugin": "latest",
5659
"@types/lodash": "latest",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */
1919
// "removeComments": true, /* Do not emit comments to output. */
2020
// "noEmit": true, /* Do not emit outputs. */
21-
// "importHelpers": true, /* Import emit helpers from 'tslib'. */
21+
"importHelpers": true, /* Import emit helpers from 'tslib'. */
2222
// "downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */
2323
// "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */
2424

0 commit comments

Comments
 (0)