Skip to content

Commit

Permalink
fix(typedoc): update path to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
freshgum-bubbles committed Nov 2, 2023
1 parent 50be779 commit 3c6b3a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion typedoc.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const { repository, name } = require('./package.json');
const { TYPESCRIPT_CONFIGURATIONS } = require('./scripts/getTsConfigFiles.cjs');

const repositoryURL = repository.url.replace(/\/?\.git$/i, '');

Expand Down Expand Up @@ -33,7 +34,7 @@ var configuration = {

/** The README is included in the index.html page. */
readme: 'README.md',
tsconfig: 'tsconfig.typedoc.json',
tsconfig: TYPESCRIPT_CONFIGURATIONS.Spec,
out: './docs/static/api-reference/',
pretty: true,
titleLink: repository.url,
Expand Down

0 comments on commit 3c6b3a1

Please sign in to comment.