{
  "$schema": "https://json.schemastore.org/tsconfig.json",
  "extends": "./tsconfig.json",
  "exclude": [
    "dist",
    "dist-extensions",
    "test",
    "e2e",
    "**/*.test.ts",
    "**/*.spec.ts",
    "**/*.fixtures.ts"
  ]
}
