{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "rootDir": ".",
    "outDir": "build",
    "types": ["intern"]
  },
  "include": [
    "tests/**/*.ts"
  ]
}

