From 1bdc242638609f52086fee5084d339642c207108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 5 Sep 2023 00:56:07 +0200 Subject: Add build step for jsdoc. --- static/tsconfig.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'static/tsconfig.json') diff --git a/static/tsconfig.json b/static/tsconfig.json index 82359e01..45c6ae73 100644 --- a/static/tsconfig.json +++ b/static/tsconfig.json @@ -30,5 +30,11 @@ /* Completeness */ "skipLibCheck": true /* Skip type checking all .d.ts files. */ + }, + "include": ["**/*"], + "exclude": ["node_modules", "**/*.spec.ts"], + "typedocOptions": { + "entryPoints": ["./src"], + "out": "docs" } } -- cgit v1.2.3