From 7ea71a91770bf0747b1527c6f09db0ec3c3e1118 Mon Sep 17 00:00:00 2001 From: wChenonly Date: Fri, 19 Jul 2024 17:14:29 +0800 Subject: [PATCH 1/2] docs: update tsup API docs link The API docs link in the README.md file has been updated to point to [jsdocs.io](https://jsdocs.io/package/tsup) for all configuration opt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6a6d444..b80ec97f 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ This will output `dist/index.js` and `dist/cli.js`. For complete usages, please dive into the [docs](https://tsup.egoist.dev). -For all configuration options, please see [the API docs](https://paka.dev/npm/tsup#module-index-export-Options). +For all configuration options, please see [the API docs](https://jsdocs.io/package/tsup). ## 💬 Discussions From 3bbd3afafed14ba413531d9a6618a75fa4f00172 Mon Sep 17 00:00:00 2001 From: wChenonly Date: Fri, 19 Jul 2024 17:14:29 +0800 Subject: [PATCH 2/2] docs: update tsup API docs link The API docs link in the README.md file has been updated to point to [jsdocs.io](https://jsdocs.io/package/tsup) for all configuration opt --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 8b61ca74..38412700 100644 --- a/docs/README.md +++ b/docs/README.md @@ -89,7 +89,7 @@ You can use any of these files: You can also specify a custom filename using the `--config` flag, or passing `--no-config` to disable config files. -[Check out all available options](https://paka.dev/npm/tsup#module-index-export-Options). +[Check out all available options](https://jsdocs.io/package/tsup). #### TypeScript / JavaScript @@ -595,7 +595,7 @@ await build({ }) ``` -For all available options for the `build` function, please see [the API docs](https://paka.dev/npm/tsup). +For all available options for the `build` function, please see [the API docs](https://jsdocs.io/package/tsup). ### Using custom tsconfig.json