gustavopch / tsc-files

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

tsconfig with option 'emitDeclarationOnly' fails when linting #68

Open tkgroot opened 7 months ago

tkgroot commented 7 months ago
{
  "compilerOptions": {
    "emitDeclarationOnly": true,
  }
}
✖ tsc-files --noEmit:
tsconfig.d4ol061dhcf.json(18,5): error TS5053: Option 'emitDeclarationOnly' cannot be specified with option 'noEmit'.