Skip to content

Commit

Permalink
chore: add logLevel for typedoc (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
YumoImer authored Nov 26, 2024
1 parent e141e71 commit c530f09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/generate-token-meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@ function getTokenList(list?: DeclarationReflection[], source?: string) {
}

const main = async () => {
const app = await (Application as any).bootstrap(
const app = await Application.bootstrap(
{
// typedoc options here
entryPoints: ['components/*/style/index.{ts,tsx}'],
skipErrorChecking: true,
logLevel: 'Error',
},
[new TSConfigReader(), new TypeDocReader()],
);
Expand Down

0 comments on commit c530f09

Please sign in to comment.