XuqmGroup-RNSDK/packages/xwebview/tsconfig.json

18 行
565 B
JSON

2026-05-07 19:39:41 +08:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"jsx": "react-native",
"baseUrl": "../../",
"paths": {
"@xuqm/rn-common": ["packages/common/src"],
"@react-native-async-storage/async-storage": ["src/shims/async-storage.ts"],
"@nozbe/watermelondb": ["src/shims/watermelondb.ts"],
"@nozbe/watermelondb/decorators": ["src/shims/watermelondb.ts"],
"@nozbe/watermelondb/adapters/sqlite": ["src/shims/watermelondb.ts"]
2026-05-07 19:39:41 +08:00
},
"noEmit": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}