diff --git a/scripts/generate-token-meta.ts b/scripts/generate-token-meta.ts index 02b901d5..a5dae3fe 100644 --- a/scripts/generate-token-meta.ts +++ b/scripts/generate-token-meta.ts @@ -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()], );