{ "extends": "../../../tsconfig.json", "include": ["./src"], "compilerOptions": { "noEmit": false, "outDir": "lib" }, "references": [ { "path": "../../../tests/fixtures" }, { "path": "../../common/env" }, { "path": "../../common/debug" }, { "path": "../../common/infra" }, { "path": "../../frontend/graphql" }, { "path": "../../frontend/electron-api" } ] }