Skip to content

Commit eae2fe8

Browse files
chore(vertexai): revert back to prev. tsconfig
1 parent 867a058 commit eae2fe8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

packages/vertexai/tsconfig.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"rootDir": ".",
34
"allowUnreachableCode": false,
45
"allowUnusedLabels": false,
56
"esModuleInterop": true,
@@ -25,9 +26,7 @@
2526
"paths": {
2627
"@react-native-firebase/app": ["../app/lib"],
2728
"@react-native-firebase/auth": ["../auth/lib"],
28-
"@react-native-firebase/app-check": ["../app-check/lib"],
29-
"@react-native-firebase/ai": ["../ai/lib"],
29+
"@react-native-firebase/app-check": ["../app-check/lib"]
3030
}
31-
},
32-
"include": ["lib/**/*", "../ai/lib/**/*"]
31+
}
3332
}

0 commit comments

Comments
 (0)