Skip to content

Commit 20b316f

Browse files
committed
Revert "importHelpers:true for minimize the artiacts"
This reverts commit 11438a1.
1 parent 552ad6a commit 20b316f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

package.json

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

tsconfig.json

Lines changed: 2 additions & 2 deletions
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

@@ -41,7 +41,7 @@
4141
"noPropertyAccessFromIndexSignature": true,
4242

4343
/* Module Resolution Options */
44-
"moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
44+
// "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
4545
"baseUrl": "./", /* Base directory to resolve non-absolute module names. */
4646
"paths": {
4747
"@msgpack/msgpack": ["./src"]

0 commit comments

Comments
 (0)