{
  "extends": "../../tsconfig",
  "references": [
    { "path": "../core" },
    { "path": "../routers" },
    { "path": "../native" }
  ],
  "compilerOptions": {
    "outDir": "./lib/typescript"
  }
}