diff --git a/projects/auth0-angular/tsconfig.doc.json b/projects/auth0-angular/tsconfig.doc.json new file mode 100644 index 00000000..687ade79 --- /dev/null +++ b/projects/auth0-angular/tsconfig.doc.json @@ -0,0 +1,5 @@ +{ + "extends": "./tsconfig.lib.json", + "include": ["src/**/*.ts"], + "exclude": ["**/*.spec.ts"] +} diff --git a/typedoc.json b/typedoc.json index fbf84916..cbb13805 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,7 +1,7 @@ { "entryPoints": ["./projects/auth0-angular/src/public-api.ts"], "exclude": ["**/*.spec.ts"], - "tsconfig": "./projects/auth0-angular/tsconfig.lib.json", + "tsconfig": "./projects/auth0-angular/tsconfig.doc.json", "out": "docs", "excludeExternals": false, "excludePrivate": true,