diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-10 12:32:11 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-10 13:04:19 +0800 |
commit | 3d9865d91d46fe398bcd668859370fdbed7d90cd (patch) | |
tree | 0420fd1b160c7ae8cbf3c673ffac5f888d77f02a /scripts/jsdoc.conf | |
parent | 89ca84e47d4958e064b682405e94a3270fc99338 (diff) |
docs(jsdoc): add configuration into scripts/
Diffstat (limited to 'scripts/jsdoc.conf')
-rw-r--r-- | scripts/jsdoc.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/jsdoc.conf b/scripts/jsdoc.conf new file mode 100644 index 0000000..047a5bc --- /dev/null +++ b/scripts/jsdoc.conf | |||
@@ -0,0 +1,8 @@ | |||
1 | { | ||
2 | "source": { | ||
3 | "includePattern": "src/.+\\.(js|mjs)$" | ||
4 | }, | ||
5 | "opts": { | ||
6 | "destination": "./docs/" | ||
7 | } | ||
8 | } | ||