From fc979f7a3e6b8324d85c89ca2633697c4f6e60a8 Mon Sep 17 00:00:00 2001 From: guesswhozzz Date: Tue, 4 Mar 2025 09:15:10 +0300 Subject: [PATCH] Remove unnecessary addition of flags in commands --- src/_tsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_tsc b/src/_tsc index 548925a..227f024 100644 --- a/src/_tsc +++ b/src/_tsc @@ -189,8 +189,8 @@ local -a opts=( '--synchronousWatchDirectory[Synchronously call callbacks and update the state of directory watchers on platforms]' '--excludeDirectories[Remove a list of directories from the watch process]:dirs:_files -/' "--excludeFiles[Remove a list of files from the watch mode's processing]:files:_files" - "--libReplacement[Enable library replacement]:boolean:(true false)" - "--erasableSyntaxOnly[Ensures that runtime constructs which are not part of ECMAScript are not allowed]:boolean:(true false)" + "--libReplacement[Enable library replacement]" + "--erasableSyntaxOnly[Ensures that runtime constructs which are not part of ECMAScript are not allowed]" '*:: :_files' \ )