From 968483a8bb848b627e7e34e75a4f13434e0db7a4 Mon Sep 17 00:00:00 2001 From: FC5570 Date: Sat, 15 Jan 2022 21:47:49 +0530 Subject: [PATCH] fix: tslib not found err --- package.json | 5 +++-- yarn.lock | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 370c4ea..2be90b0 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,8 @@ "dependencies": { "@discordjs/collection": "^0.4.0", "@sapphire/async-queue": "^1.1.9", - "petitio": "^1.4.0" + "petitio": "^1.4.0", + "tslib": "^2.3.1" }, "devDependencies": { "@commitlint/cli": "^16.0.2", @@ -62,4 +63,4 @@ ], "packageManager": "yarn@3.1.1", "prettier": "@sapphire/prettier-config" -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index f551901..86cd2a5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2128,6 +2128,7 @@ __metadata: lint-staged: ^12.1.7 petitio: ^1.4.0 prettier: ^2.5.1 + tslib: ^2.3.1 typescript: ^4.5.4 vitest: ^0.0.141 languageName: unknown