_tsc: remove stray backslash

This commit is contained in:
Mikael Magnusson 2026-05-03 04:03:58 +02:00
parent 8dd06dfaaf
commit 21621f3458
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ local -a opts=(
"--excludeFiles[Remove a list of files from the watch mode's processing]:files:_files" "--excludeFiles[Remove a list of files from the watch mode's processing]:files:_files"
"--libReplacement[Enable library replacement]" "--libReplacement[Enable library replacement]"
"--erasableSyntaxOnly[Ensures that runtime constructs which are not part of ECMAScript are not allowed]" "--erasableSyntaxOnly[Ensures that runtime constructs which are not part of ECMAScript are not allowed]"
'*:: :_files' \ '*:: :_files'
) )
if (( $+opt_args[--build] )); then if (( $+opt_args[--build] )); then