File tree 3 files changed +4
-10
lines changed
3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 30
30
" locale"
31
31
],
32
32
"scripts" : {
33
- "collect-token-statistic" : " ts-node --project tsconfig.node.json scripts/collect-token-statistic.js" ,
33
+ "collect-token-statistic" : " tsx scripts/collect-token-statistic.js" ,
34
34
"token-meta" : " node scripts/generate-token-meta.js" ,
35
35
"predev" : " npm run version & npm run collect-token-statistic & npm run token-meta && node node_modules/esbuild/install.js" ,
36
36
"precompile" : " npm run version & npm run collect-token-statistic & npm run token-meta" ,
37
37
"pretest" : " npm run version" ,
38
38
"predist" : " npm run version" ,
39
39
"presite" : " npm run version & npm run routes & npm run collect-token-statistic & npm run token-meta" ,
40
- "dev" : " npm run predev && npm run routes && vite serve site" ,
40
+ "dev" : " npm run routes && vite serve site" ,
41
41
"fast-dev" : " npm run routes && vite serve site" ,
42
42
"test" : " cross-env NODE_ENV=test jest --config .jest.js" ,
43
43
"compile" : " node antd-tools/cli/run.js compile" ,
250
250
"tinycolor2" : " ^1.6.0" ,
251
251
"ts-jest" : " ^28.0.5" ,
252
252
"ts-loader" : " ^9.1.0" ,
253
- "ts-node " : " ^10.8.2 " ,
253
+ "tsx " : " ^3.12.10 " ,
254
254
"typedoc" : " ^0.23.25" ,
255
255
"typescript" : " ~4.9.3" ,
256
256
"umi-request" : " ^1.3.5" ,
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ function main() {
39
39
app . bootstrap ( {
40
40
// typedoc options here
41
41
entryPoints : [ 'components/theme/interface/index.ts' ] ,
42
+ skipErrorChecking : true ,
42
43
} ) ;
43
44
44
45
const project = app . convert ( ) ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments