{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "allowJs": true,
    "types": [
      "jest"
    ]
  },
  "parserOptions": {
    "project": [
      "./tsconfig.json"
    ]
  },
  "include": [
    "src",
    "tests"
  ]
}