{
  "extends": "../tsconfig.json",
  "include": ["."],
  "compilerOptions": {
    "outDir": "./dist",
    "rootDir": "__test__",
    "target": "ES2018"
  },
  "exclude": ["dist", "index.d.ts"]
}