diff --git a/package.json b/package.json index 5ae8bdb..e4288db 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "pretest": "npm run compile", "posttest": "npm run lint", "test": "vitest", - "doc": "typedoc --entryPointStrategy packages . --name scale-workshop-core" + "doc": "typedoc src/index.ts . --name scale-workshop-core" }, "dependencies": { "xen-dev-utils": "^0.2.0"