Skip to content

Commit ee54ebc

Browse files
author
chengyu.chengyulia
committed
fix: dashboard type error
1 parent 5255387 commit ee54ebc

File tree

1 file changed

+1
-1
lines changed
  • src/built-in-plugins/ensure-project-files/plugin

1 file changed

+1
-1
lines changed

src/built-in-plugins/ensure-project-files/plugin/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function ensureTsconfig() {
121121
return `${path.relative(pri.projectRootPath, filePath)}/**/*`;
122122
}),
123123
],
124-
exclude: ['node_modules', globalState.projectConfig.distDir],
124+
exclude: ['node_modules', globalState.projectConfig.distDir, `${tempPath.dir}/dashboard/**/*`],
125125
},
126126
null,
127127
2,

0 commit comments

Comments
 (0)