diff --git a/.gitignore b/.gitignore index 9cd7dfc..43498c1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ /.* !.tshy !tsconfig.json +!typedoc.json !src/ !bin/ !package.json diff --git a/typedoc.json b/typedoc.json new file mode 100644 index 0000000..c9f1a64 --- /dev/null +++ b/typedoc.json @@ -0,0 +1,8 @@ +{ + "tsconfig": "./.tshy/esm.json", + "entryPoints": ["./src/**/*.+(ts|tsx|mts|cts)"], + "navigationLinks": { + "GitHub": "https://github.com/isaacs/chownr", + "isaacs projects": "https://isaacs.github.io/" + } +}