diff --git a/scripts/clean.sh b/scripts/clean.sh index 0bc14a2..337528f 100755 --- a/scripts/clean.sh +++ b/scripts/clean.sh @@ -186,6 +186,7 @@ if [ "$ALL" = true ] || [ "$FRESH" = true ]; then # TypeScript and build files remove_files_by_pattern "*.tsbuildinfo" "TypeScript build info files" + remove_files_by_pattern "*.d.ts" "TypeScript build info files" remove_files_by_pattern ".eslintcache" "ESLint cache files" remove_files_by_pattern ".stylelintcache" "Stylelint cache files" remove_files_by_pattern ".prettiercache" "Prettier cache files"