{
  "extends": "../tsconfig.base.json",
  "include": [ "src", "tests" ],

  "compilerOptions": {
    "noEmit": true,
    "target": "ESNext",
    "skipDefaultLibCheck": true,
    "skipLibCheck": true,
    "types": [ "jest", "node" ]
  }
}
