2026-04-24 10:58:27 +08:00
|
|
|
{
|
|
|
|
|
"extends": "@react-native/typescript-config",
|
|
|
|
|
"compilerOptions": {
|
2026-04-28 20:11:38 +08:00
|
|
|
"baseUrl": ".",
|
|
|
|
|
"paths": {
|
|
|
|
|
"@xuqm/rn-sdk": ["../XuqmGroup-RNSDK/src/index.ts"],
|
|
|
|
|
"@xuqm/rn-common": ["../XuqmGroup-RNSDK/packages/common/src"],
|
|
|
|
|
"@xuqm/rn-im": ["../XuqmGroup-RNSDK/packages/im/src"],
|
|
|
|
|
"@xuqm/rn-push": ["../XuqmGroup-RNSDK/packages/push/src"],
|
|
|
|
|
"@xuqm/rn-update": ["../XuqmGroup-RNSDK/packages/update/src"],
|
|
|
|
|
"@nozbe/watermelondb": ["./node_modules/@nozbe/watermelondb/index.d.ts"],
|
|
|
|
|
"@nozbe/watermelondb/decorators": ["./node_modules/@nozbe/watermelondb/decorators/index.d.ts"],
|
|
|
|
|
"@nozbe/watermelondb/adapters/sqlite": ["./node_modules/@nozbe/watermelondb/adapters/sqlite/index.d.ts"]
|
|
|
|
|
},
|
|
|
|
|
"types": ["react", "react-native", "jest"],
|
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
|
"skipLibCheck": true
|
2026-04-24 10:58:27 +08:00
|
|
|
},
|
|
|
|
|
"include": ["**/*.ts", "**/*.tsx"],
|
|
|
|
|
"exclude": ["**/node_modules", "**/Pods"]
|
|
|
|
|
}
|