We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d847958 commit 5356866Copy full SHA for 5356866
1 file changed
src/dev/build/tasks/clean_tasks.ts
@@ -45,7 +45,7 @@ export const CleanTypescript: Task = {
45
'Deleted %d files',
46
await scanDelete({
47
directory: build.resolvePath(),
48
- regularExpressions: [/\.(ts|tsx|d\.ts)$/, /tsconfig.*\.json$/],
+ regularExpressions: [/\.(ts|tsx|d\.ts)$/, /tsconfig.*\.(json|tsbuildinfo)$/],
49
})
50
);
51
},
0 commit comments