diff --git a/tsconfig.json b/tsconfig.json index b6e522b68..f57f97c3b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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 } }