docs script for backend and frontend

This commit is contained in:
chamomind 2023-11-26 00:21:44 +07:00
parent 3c18af9d87
commit 95ad73f6c3
7 changed files with 93 additions and 13 deletions

View file

@ -14,12 +14,5 @@
"experimentalDecorators": true,
"skipLibCheck": true
},
"typedocOptions": {
"entryPoints": [
"src/**/*.ts"
],
"out": "typedoc"
}
}