Click bait title, but this post goes into depth about using tsconfig.json correctly and across different layers of your project.

  • @[email protected]
    link
    fedilink
    19 months ago

    I think correctly is debatable. I like my spec files next to my source files. You can still use multiple tsconfig.json files in the same directory.

    Yeah the article use .test.ts and not .spec.ts but they seem to be the same.