{
  "extends": "../tsconfig.json",
  "include": ["."],
  "compilerOptions": {
    "outDir": "./dist",
    "rootDir": "__test__"
  },
  "exclude": ["dist"]
}