Open tkgroot opened 7 months ago
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.
fixes #68
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.