docs: add typedoc.json file

This commit is contained in:
bcakmakoglu
2022-06-10 15:54:40 +02:00
committed by Braks
parent c289e7e3cc
commit f94f72d31e
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["./src/index.ts"],
"out": "typedocs",
"tsconfig": "./tsconfig.docs.json"
}