Skip to content

Commit

Permalink
fix(preset-umi): tmp umi tsconfig includes add .umirc.*.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
17hz committed Mar 29, 2024
1 parent ac85e52 commit 644678c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/preset-umi/src/features/tmpFiles/tmpFiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export default (api: IApi) => {
},
include: [
`${baseUrl}.${frameworkName}rc.ts`,
`${baseUrl}.${frameworkName}rc.*.ts`,
`${baseUrl}**/*.d.ts`,
`${baseUrl}**/*.ts`,
`${baseUrl}**/*.tsx`,
Expand Down

0 comments on commit 644678c

Please sign in to comment.