Skip to content

Commit

Permalink
fix(build): fix generate component type (element-plus#3766)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz authored Oct 2, 2021
1 parent 8af6e78 commit 04aa072
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/component-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,17 @@ export const genComponentTypes = async () => {
'@element-plus/*': ['packages/*'],
},
skipLibCheck: true,
strict: false,
},
tsConfigFilePath: TSCONFIG_PATH,
skipAddingFilesFromTsConfig: true,
})

const excludedFiles = [
/\/demo\/\w+\.vue$/,
/__test__|__tests__/,
'mock',
'package.json',
'spec',
'test',
'tests',
'css',
'.DS_Store',
'node_modules',
Expand Down

0 comments on commit 04aa072

Please sign in to comment.