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

@ -0,0 +1,5 @@
{
"plugin": ["typedoc-plugin-vue"],
"entryPoints": ["src/main.ts","src/**/*.ts"],
"out": "fe-typedoc"
}