Update backend documents contents and scripts

This commit is contained in:
chamomind 2023-11-24 23:01:02 +07:00
parent 9d5d941f07
commit 3c18af9d87
4 changed files with 32 additions and 8 deletions

View file

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