From 74ad8b13ffff4cf53cf8745ba42f54b0e099af54 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sun, 18 Aug 2024 22:42:17 +0200 Subject: [PATCH] fix: tsup dts resolution --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e4ac7ae..2239edb 100644 --- a/package.json +++ b/package.json @@ -46,9 +46,9 @@ "ava": "latest", "c8": "latest", "ci-publish": "latest", - "github-generate-release": "latest", "execa": "latest", "git-authors-cli": "latest", + "github-generate-release": "latest", "nano-staged": "latest", "npm-check-updates": "latest", "prettier-standard": "latest", @@ -64,7 +64,7 @@ "stream-to-promise": "latest", "tsd": "latest", "tsup": "latest" - }, + }, "engines": { "node": ">= 18" }, @@ -76,7 +76,7 @@ "scripts": { "build": "npm run build:rollup && npm run build:tsup", "build:rollup": "rollup -c rollup.config.js --bundleConfigAsCjs", - "build:tsup": "./node_modules/.bin/tsup --entry.index-bundled lightweight/index.d.ts --dts-only --dts-resolve --out-dir lightweight/", + "build:tsup": "./node_modules/.bin/tsup --entry.index-bundled lightweight/index.d.ts --dts-only --out-dir lightweight/", "clean": "rm -rf node_modules", "clean:build": "rm -rf lightweight/index.js", "contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",