Skip to content

Commit 9cb2cd4

Browse files
Merge pull request #55 from RyanClementsHax/remove-tslib
fix(build): remove tslib
2 parents 99205ae + fc567bc commit 9cb2cd4

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
"stylelint-prettier": "^2.0.0",
7979
"tailwindcss": "^3.2.7",
8080
"ts-jest": "^29.0.5",
81-
"tslib": "^2.5.0",
8281
"typescript": "^4.9.5"
8382
},
8483
"peerDependencies": {

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"outDir": "lib" /* Specify an output folder for all emitted files. */,
5353
// "removeComments": true, /* Disable emitting comments. */
5454
// "noEmit": true, /* Disable emitting files from a compilation. */
55-
"importHelpers": true /* Allow importing helper functions from tslib once per project, instead of including them per-file. */,
55+
// "importHelpers": false /* Allow importing helper functions from tslib once per project, instead of including them per-file. */,
5656
// "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types */
5757
// "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */
5858
// "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6484,7 +6484,7 @@ tslib@^1.8.1:
64846484
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
64856485
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
64866486

6487-
tslib@^2.1.0, tslib@^2.5.0:
6487+
tslib@^2.1.0:
64886488
version "2.5.0"
64896489
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
64906490
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==

0 commit comments

Comments
 (0)