chore: ignore generate-token-meta warning (#49637)

This commit is contained in:
afc163 2024-06-28 15:02:59 +08:00 committed by GitHub
parent f6c01fef84
commit 8e3cbfe018
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -318,7 +318,7 @@
"tar-fs": "^3.0.6",
"terser": "^5.31.1",
"tsx": "4.11.2",
"typedoc": "^0.26.0",
"typedoc": "^0.26.3",
"typescript": "~5.5.0",
"vanilla-jsoneditor": "^0.23.7",
"vanilla-tilt": "^1.8.1",

View File

@ -46,6 +46,7 @@ const main = async () => {
// typedoc options here
entryPoints: ['components/theme/interface/index.ts', 'components/*/style/index.{ts,tsx}'],
skipErrorChecking: true,
logLevel: 'Error',
},
[new TSConfigReader(), new TypeDocReader()],
);