Skip to content

Commit

Permalink
chore: setup theme and simplify gen-docs command
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofa committed Dec 9, 2024
1 parent 2789465 commit f86fbfa
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 12 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"format": "prettier --write 'src/**/*'",
"docs": "typedoc src/index.ts --options typedoc.config.json --tsconfig tsconfig.json",
"gen-docs": "typedoc",
"example": "ts-node --project tsconfig.json"
},
"dependencies": {
Expand All @@ -29,6 +29,7 @@
"@changesets/cli": "^2.27.10",
"@eslint/js": "^9.16.0",
"@types/node": "^22.10.1",
"@typhonjs-typedoc/typedoc-theme-dmt": "^0.3.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unicorn": "^56.0.1",
Expand Down
180 changes: 172 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions typedoc.config.json

This file was deleted.

Loading

0 comments on commit f86fbfa

Please sign in to comment.