{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../build",
    "rootDir": "./"
  },
  "include": ["./domain"]
}