{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "test"
  },
  "include": [
    "./test/**/*.ts"
  ]
}
