From 3eab82809a73227042156a7db0aa8d174a9f412d Mon Sep 17 00:00:00 2001 From: Jonathan Haines Date: Mon, 24 Mar 2025 21:41:18 +1100 Subject: [PATCH] chore: add tsup to monorepo root (#1032) --- package.json | 1 + yarn.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/package.json b/package.json index a4b2bff6..4a4b0506 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,7 @@ "eslint": "^9.17.0", "npm-run-all2": "^6.2.2", "prettier": "^2.7.1", + "tsup": "^8.4.0", "typescript": "^5.2.2", "vitest": "^3.0.8" }, diff --git a/yarn.lock b/yarn.lock index fe90dcb6..c4ffcc9c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11047,6 +11047,7 @@ __metadata: eslint: "npm:^9.17.0" npm-run-all2: "npm:^6.2.2" prettier: "npm:^2.7.1" + tsup: "npm:^8.4.0" typescript: "npm:^5.2.2" vitest: "npm:^3.0.8" languageName: unknown