forked from invertase/react-native-firebase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.consumer.json
More file actions
42 lines (42 loc) · 1.55 KB
/
Copy pathtsconfig.consumer.json
File metadata and controls
42 lines (42 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"extends": "./tsconfig.packages.base.json",
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler",
"noEmit": true,
"rootDir": ".",
"verbatimModuleSyntax": false,
"paths": {
"@react-native-firebase/firestore": [
"./packages/firestore/dist/typescript/lib/index.d.ts"
],
"@react-native-firebase/firestore/pipelines": [
"./packages/firestore/dist/typescript/lib/pipelines/index.d.ts"
],
"@react-native-firebase/*": ["./packages/*/dist/typescript/lib/index.d.ts"],
"@react-native-firebase/app/dist/module/common/*": [
"./packages/app/dist/typescript/lib/common/*"
],
"@react-native-firebase/app/dist/module/common": [
"./packages/app/dist/typescript/lib/common"
],
"@react-native-firebase/app/dist/module/internal/web/*": [
"./packages/app/dist/typescript/lib/internal/web/*"
],
"@react-native-firebase/app/dist/module/internal/*": [
"./packages/app/dist/typescript/lib/internal/*"
],
"@react-native-firebase/app/dist/module/internal": [
"./packages/app/dist/typescript/lib/internal"
],
"@react-native-firebase/app/dist/module/types/internal": [
"./packages/app/dist/typescript/lib/types/internal"
],
"@react-native-firebase/app/dist/module/types/common": [
"./packages/app/dist/typescript/lib/types/common"
]
}
},
"include": ["./packages/*/consumer-type-test.ts"],
"exclude": ["node_modules", "./packages/**/dist", "**/*.test.ts", "**/*.spec.ts"]
}