Skip to content

Commit

Permalink
Add missing typedoc config
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Nov 7, 2024
1 parent ac9cdda commit b2c71ef
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,11 @@
"strict": true
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
"exclude": ["node_modules"],
"typedocOptions": {
"entryPoints": ["./src/index.ts"],
"out": "docs",
"name": "ZenFS Devices",
"plugin": ["typedoc-plugin-remove-references"]
}
}

0 comments on commit b2c71ef

Please sign in to comment.