{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "rootDir": "./src/",
    "outDir": "./dist/",
    "noEmit": false
  },
  "include": ["./src"],
  "references": [
    {
      "path": "../global"
    }
  ]
}
