Skip to content

Instantly share code, notes, and snippets.

@russelldavis
Created January 10, 2024 21:08
Show Gist options
  • Save russelldavis/7333d085fff214134b2e677ff5b18238 to your computer and use it in GitHub Desktop.
Save russelldavis/7333d085fff214134b2e677ff5b18238 to your computer and use it in GitHub Desktop.
tsconfig outDir notes
  • outDir can't be in a shared config dir due to microsoft/TypeScript#29172
  • It's needed even with noEmit, because tsconfig.tsbuildinfo will go there
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment