feat(companion): add data sources package

This commit is contained in:
2026-01-13 23:30:57 +00:00
parent 4439e0e027
commit e818846657
31 changed files with 1107 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
// @generated by expo-module-scripts
{
"extends": "expo-module-scripts/tsconfig.base",
"compilerOptions": {
"outDir": "./build"
},
"include": ["./src"],
"exclude": ["**/__mocks__/*", "**/__tests__/*", "**/__rsc_tests__/*"]
}