{
  "extends": "../../tsconfig.build.json",
  "compilerOptions": {
    "composite": true,
    "outDir": "./dist",
    "rootDir": "./src"
  },
  "include": ["./src/**/*", "./src/**/*.json"],
  "references": [
    {
      "path": "../livebundle-utils/tsconfig.build.json"
    }
  ]
}
