{
  "extends": "../../tsconfig.json",
  "include": ["src/**/*", "../../typings/**/*"],

  "compilerOptions": {
    "outDir": "./dist",
    "rootDir": "./src",
    "composite": true
  },
  "references": [
    {
      "path": "../utils"
    },
    {
      "path": "../logger"
    }
  ]
}
