{ "extends": "../../../tsconfig.web.json", "include": ["./src"], "compilerOptions": { "rootDir": "./src", "outDir": "./dist", "tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo" }, "references": [{ "path": "../infra" }, { "path": "../../frontend/graphql" }] }