docs: move typedoc to root deps

This commit is contained in:
braks
2022-10-08 21:32:13 +02:00
committed by Braks
parent acc0526fdb
commit 6aaef2743d
7 changed files with 25 additions and 17 deletions

View File

@@ -17,6 +17,6 @@
"disableSources": true,
"cleanOutputDir": true,
"out": "src/typedocs",
"tsconfig": "./tsconfig.docs.json",
"tsconfig": "../tsconfig.docs.json",
"entryDocument": "index.md"
}