Skip to content

Commit 89b5eb5

Browse files
fix(repo): ensure appropriate typings are present
Co-authored-by: AgentEnder <AgentEnder@users.noreply.github.com>
1 parent e876db3 commit 89b5eb5

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

packages/expo/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
"metro-config": ">= 0.82.0",
4343
"metro-resolver": ">= 0.82.0"
4444
},
45+
"devDependencies": {
46+
"nx": "workspace:*"
47+
},
4548
"optionalDependencies": {
4649
"@nx/detox": "workspace:*",
4750
"@nx/rollup": "workspace:*"

packages/expo/tsconfig.lib.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
},
2828
{
2929
"path": "../detox/tsconfig.lib.json"
30+
},
31+
{
32+
"path": "../nx/tsconfig.lib.json"
3033
}
3134
]
3235
}

packages/react-native/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
"metro-config": ">= 0.82.0",
4343
"metro-resolver": ">= 0.82.0"
4444
},
45+
"devDependencies": {
46+
"nx": "workspace:*"
47+
},
4548
"optionalDependencies": {
4649
"@nx/detox": "workspace:*",
4750
"@nx/rollup": "workspace:*"

packages/react-native/tsconfig.lib.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
},
2727
{
2828
"path": "../rollup/tsconfig.lib.json"
29+
},
30+
{
31+
"path": "../nx/tsconfig.lib.json"
2932
}
3033
]
3134
}

pnpm-lock.yaml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)