{
  "extends": "./tsconfig.json",
  // 👇️ this may vary depending on how you
  // name your test files
  "exclude": ["**/*.spec.ts", "**/*.test.ts"]
}
