Skip to content

Commit

Permalink
feat: ✨ add compodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumeisongsong committed Nov 18, 2024
1 parent 156abc4 commit 9ad3134
Show file tree
Hide file tree
Showing 4 changed files with 1,386 additions and 28 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ Thumbs.db

.env
.env.local

documentation
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cSpell.words": [
"compodoc",
"nestjs",
"supergraph",
"supergraph"
]
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "0.0.0",
"license": "MIT",
"scripts": {
"commit": "git-cz"
"commit": "git-cz",
"compodoc":"pnpx @compodoc/compodoc -p tsconfig.base.json"
},
"release": {
"branches": [
Expand Down Expand Up @@ -32,6 +33,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@compodoc/compodoc": "^1.1.26",
"@eslint/js": "^9.14.0",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.7",
Expand Down
Loading

0 comments on commit 9ad3134

Please sign in to comment.