{
  "extends": "../tsconfig.json",
  "include": [
    "./**/*",
    "../src/**/*"
  ],
  "exclude": [
    "./fixtures/**/*"
  ]
 }
