{
  "extends": "../../tsconfig.json",

  "compilerOptions": {
    "outDir": "./build",
    "rootDir": "./src"
  },
  "exclude": ["node_modules", "**/*.test.ts"],
  "include": ["./src", "index.ts"]
}
