tsconfig.json 246 B

12345
  1. // Yes this file is intentionally empty!
  2. // ---
  3. // Having a blank `tsconfig.json` file prevents TypeScript from crawling up your directory tree
  4. // and possibly picking up a parent `tsconfig.json` (which, unsurprisingly, is very hard to debug)
  5. {}