Skip to content

Commit

Permalink
chore: add empty tsconfig to prevent TypeScript from crawling (withas…
Browse files Browse the repository at this point in the history
…tro#4937)

Co-authored-by: Nate Moore <[email protected]>
  • Loading branch information
natemoo-re and natemoo-re authored Sep 30, 2022
1 parent 2ffdaff commit e2afd22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Yes this file is intentionally empty!
// ---
// Having a blank `tsconfig.json` file prevents TypeScript from crawling up your directory tree
// and possibly picking up a parent `tsconfig.json` (which, unsurprisingly, is very hard to debug)
{}

0 comments on commit e2afd22

Please sign in to comment.