{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "module": "Node18",
    "outDir": "dist"
  },
  "references": [
    {
      "path": "./tsconfig.lib.json"
    },
    {
      "path": "./tsconfig.spec.json"
    },
    {
      "path": "../builder"
    },
    {
      "path": "../core"
    }
  ]
}
