Skip to content

Commit

Permalink
chore(typedoc): enable ts-check for config
Browse files Browse the repository at this point in the history
  • Loading branch information
freshgum-bubbles committed Nov 2, 2023
1 parent bee8a40 commit 96200e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion typedoc.config.cjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
// @ts-check

const { repository, name } = require('./package.json');
const { TYPESCRIPT_CONFIGURATIONS } = require('./scripts/getTsConfigFiles.cjs');

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

/** @type {import('typedoc').TypeDocOptions} */
/** @type {Partial<import('typedoc').TypeDocOptions>} */
var configuration = {
/**
* The barrel file exports everything consumers should currently know about.
Expand Down

0 comments on commit 96200e4

Please sign in to comment.