From 6483962a67429b25959a61d56f1d460b2e23c951 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 2 Aug 2021 17:31:26 +0200 Subject: Added documentation generation with Typedoc --- package.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index 0927da7..4d1df42 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "scripts": { "clean": "rm -rf node_modules packages/*/node_modules packages/client/dist", "dev": "concurrently -k --kill-others-on-fail \"yarn workspace client serve\" \"yarn workspace server dev\"", + "doc": "yarn typedoc", "build": "yarn workspace client build", "start": "yarn workspace server start", "test": "jest --verbose" @@ -24,6 +25,8 @@ "fs-extra": "^10.0.0", "jest": "^27.0.6", "ts-jest": "^27.0.3", + "typedoc": "^0.21.4", + "typedoc-theme-slick-dark": "^1.0.1", "typescript": "^4.3.5" } } -- cgit v1.2.3-18-g5258