diff --git a/.gitignore b/.gitignore index 92b0528..53210c4 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ !/tsconfig*.json !/fixup.sh !/.prettierignore +!/typedoc.json diff --git a/typedoc.json b/typedoc.json new file mode 100644 index 0000000..74ce986 --- /dev/null +++ b/typedoc.json @@ -0,0 +1,5 @@ +{ + "navigationLinks": { + "isaacs projects": "https://isaacs.github.io/" + } +}