Base configuration

This commit is contained in:
2025-03-29 22:55:08 +01:00
parent 482b9cae09
commit 19180d4516
8 changed files with 411 additions and 0 deletions

18
typedoc.json Normal file
View File

@@ -0,0 +1,18 @@
{
"entryPoints": [
"src/**/*.ts"
],
"out": ".locale/docs",
"tsconfig": "tsconfig.json",
"excludePrivate": false,
"excludeProtected": false,
"excludeExternals": false,
"includeVersion": true,
"readme": "README.md",
"exclude": [
"**/*.test.ts",
"**/*.spec.ts"
],
"theme": "default",
"hideGenerator": true
}