{ "extends": "../../tsconfig.json", "include": ["./src"], "compilerOptions": { "noEmit": false, "outDir": "lib" }, "references": [ { "path": "../../tests/fixtures" }, { "path": "../y-indexeddb" }, { "path": "../y-provider" }, { "path": "../env" }, { "path": "../debug" }, { "path": "../hooks" }, { "path": "../infra" }, { "path": "../graphql" } ] }