{
  "extends": "../../tsconfig.json",
  "exclude": [
    "node_modules"
  ],
  "compilerOptions": { "paths": {}, "rootDir": "src/", "types": ["jest", "node"] },
  "references": [
    { "path": "../babel" },
    { "path": "../core" },
    { "path": "../logger" },
    { "path": "../react" },
    { "path": "../shaker" },
    { "path": "../utils" }
  ]
}
