mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
chore: ignore generate-token-meta warning (#49637)
This commit is contained in:
parent
f6c01fef84
commit
8e3cbfe018
@ -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",
|
||||
|
@ -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()],
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user