tsc-files icon indicating copy to clipboard operation
tsc-files copied to clipboard

fix tsconfig file with emitDeclarationOnly flag

Open tkgroot opened this issue 1 year ago • 1 comments

if emitDeclarationOnly flag is set in the project tsconfig file the tsc-files command will fail in combination with the --noEmit flag since these two options aren't combinable.

tkgroot avatar Apr 19 '24 07:04 tkgroot

fixes #68

tkgroot avatar Apr 19 '24 07:04 tkgroot