gustavopch / tsc-files

A tiny tool to run `tsc` on specific files without ignoring tsconfig.json
MIT License
234 stars 49 forks source link

fix tsconfig file with emitDeclarationOnly flag #69

Open tkgroot opened 7 months ago

tkgroot commented 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.

tkgroot commented 7 months ago

fixes #68