{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "allowJs": true,
    "rootDir": ".",
    "outDir": "../.test"
  },
  "include": ["."],
  "references": [
    {
      "path": "../"
    }
  ]
}
