Skip to content

Commit

Permalink
Add typedoc config
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed May 22, 2022
1 parent 7712443 commit 3480525
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tsconfig.json
Expand Up @@ -15,5 +15,16 @@
"skipLibCheck": true,
"strictNullChecks": false,
"noImplicitOverride": true
},
"typedocOptions": {
"entryPoints": ["./src/index.ts"],
"out": "public/docs",
"theme": "default",
"readme": "none",
"excludePrivate": true,
"excludeInternal": true,
"includeVersion": true,
"hideGenerator": true,
"treatWarningsAsErrors": true
}
}

0 comments on commit 3480525

Please sign in to comment.