aboutsummaryrefslogtreecommitdiff
path: root/static/tsconfig.json
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-05 01:25:00 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-05 01:25:00 +0200
commit7949fcdc683d07689bad5da5d20bfa3eeb5a6a46 (patch)
treec1bc39dc0e508ee498cf7119f888f513db4bab8f /static/tsconfig.json
parentAdd build step for jsdoc. (diff)
downloadcalp-7949fcdc683d07689bad5da5d20bfa3eeb5a6a46.tar.gz
calp-7949fcdc683d07689bad5da5d20bfa3eeb5a6a46.tar.xz
Move frontend code to subdirectories, to simplify command line flags.
Diffstat (limited to 'static/tsconfig.json')
-rw-r--r--static/tsconfig.json4
1 files changed, 3 insertions, 1 deletions
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"
}
}