diff --git a/tsconfig.json b/tsconfig.json
index e1c9ec5..5106f23 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -35,5 +35,15 @@
   ],
   "exclude": [
     "node_modules"
-  ]
+  ],
+  "typedocOptions": {
+      "entryPoints": ["src"],
+      "entryPointStrategy": "expand",
+      "cleanOutputDir": true,
+      "name": "Profectus",
+      "includeVersion": true,
+      "categorizeByGroup": false,
+      "readme": "none",
+      "out": "../api"
+  }
 }