mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - New Features - Added on-demand subscription refresh and state retrieval in the iOS app, enabling up-to-date subscription status and billing information. - Exposed lightweight runtime APIs to check and update subscription state for improved account visibility. - Chores - Integrated shared GraphQL package and project references to support subscription operations. - Updated workspace configuration to include the common GraphQL module for the iOS app. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
23 lines
654 B
JSON
23 lines
654 B
JSON
{
|
|
"extends": "../../../../tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{ "path": "../../component" },
|
|
{ "path": "../../core" },
|
|
{ "path": "../../../common/env" },
|
|
{ "path": "../../../common/graphql" },
|
|
{ "path": "../../i18n" },
|
|
{ "path": "../../../common/nbstore" },
|
|
{ "path": "../../../../blocksuite/affine/all" },
|
|
{ "path": "../../../common/infra" },
|
|
{ "path": "../../../../tools/cli" },
|
|
{ "path": "../../../../tools/utils" },
|
|
{ "path": "../../native" }
|
|
]
|
|
}
|