aboutsummaryrefslogtreecommitdiff
path: root/static/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'static/tsconfig.json')
-rw-r--r--static/tsconfig.json12
1 files changed, 8 insertions, 4 deletions
diff --git a/static/tsconfig.json b/static/tsconfig.json
index 69d8fe06..c421a586 100644
--- a/static/tsconfig.json
+++ b/static/tsconfig.json
@@ -34,9 +34,13 @@
"include": ["**/*"],
"exclude": ["node_modules", "**/*.spec.ts"],
"typedocOptions": {
- "entryPointStrategy": "expand",
- "entryPoints": ["./ts"],
- "exclude": ["node_modules"],
- "out": "docs"
+ "entryPointStrategy": "expand",
+ "entryPoints": ["./ts"],
+ "exclude": ["node_modules"],
+ "plugin": [
+ "@mxssfd/typedoc-theme"
+ ],
+ "theme": "my-theme",
+ "out": "docs"
}
}