From 658f4222b7df80c6da86d758ffc10eaae5edfd03 Mon Sep 17 00:00:00 2001 From: psnbaotg Date: Sat, 13 Apr 2024 22:49:33 +0800 Subject: [PATCH] Remove typedoc.json --- CONTRIBUTING.MD | 9 +-------- typedoc.json | 9 --------- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 typedoc.json diff --git a/CONTRIBUTING.MD b/CONTRIBUTING.MD index 327c080..7cfb568 100644 --- a/CONTRIBUTING.MD +++ b/CONTRIBUTING.MD @@ -1,11 +1,4 @@ # Contributing -## Prerequisites -* `Node.js` v16 -* `pnpm` -* `typescript` >= 4.3.5 -* Visual Studio Code (Recommended) - -## Quick start At the root of the repo, run: ```sh @@ -14,4 +7,4 @@ pnpm run build pnpm run build:compat # Compatibility build, including wgU*S() shims ``` -See generated files at `./dist/`. +Generated files are at `./dist/`. diff --git a/typedoc.json b/typedoc.json deleted file mode 100644 index a4a1957..0000000 --- a/typedoc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "tsconfig": "./tsconfig.json", - "entryPoints": [ - "./lib/index.ts" - ], - "out": "./docs", - "excludePrivate": true, - "name": "HanAssist Documentation" -}