{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "types": ["jest"],
    "noEmit": true,
    "rootDir": "."
  },
  "include": ["test/**/*.ts"]
}
