From 7949fcdc683d07689bad5da5d20bfa3eeb5a6a46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 5 Sep 2023 01:25:00 +0200 Subject: Move frontend code to subdirectories, to simplify command line flags. --- static/tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'static/tsconfig.json') diff --git a/static/tsconfig.json b/static/tsconfig.json index 45c6ae73..69d8fe06 100644 --- a/static/tsconfig.json +++ b/static/tsconfig.json @@ -34,7 +34,9 @@ "include": ["**/*"], "exclude": ["node_modules", "**/*.spec.ts"], "typedocOptions": { - "entryPoints": ["./src"], + "entryPointStrategy": "expand", + "entryPoints": ["./ts"], + "exclude": ["node_modules"], "out": "docs" } } -- cgit v1.2.3