Skip to content

Commit 584ead8

Browse files
committed
fix: tsconfig
1 parent 5786513 commit 584ead8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/app-distribution/tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@
2323
"baseUrl": ".",
2424
"rootDir": ".",
2525
"paths": {
26-
"@react-native-firebase/app": ["../app/lib"],
27-
"@react-native-firebase/app/lib/*": ["../app/lib/*"]
26+
"@react-native-firebase/app": ["../app/lib"]
2827
}
2928
},
3029
"include": ["lib/**/*"],
31-
"exclude": ["node_modules", "dist", "__tests__", "**/*.test.ts"]
30+
"exclude": ["node_modules", "dist", "__tests__", "**/*.test.ts", "../app/**/*"]
3231
}

0 commit comments

Comments
 (0)