|
1 | 1 | { |
| 2 | + "extends": "../tsconfig", |
| 3 | + "references": [ |
| 4 | + { "path": "../../packages/react-native-bottom-tabs" }, |
| 5 | + { "path": "../../packages/react-navigation" }, |
| 6 | + ], |
2 | 7 | "compilerOptions": { |
3 | | - "paths": { |
4 | | - "react-native-bottom-tabs": ["../../packages/react-native-bottom-tabs/src/index"], |
5 | | - "@bottom-tabs/react-navigation": [ |
6 | | - "../../packages/react-navigation/src/index" |
7 | | - ] |
8 | | - }, |
9 | | - "allowUnreachableCode": false, |
10 | | - "allowUnusedLabels": false, |
11 | | - "esModuleInterop": true, |
12 | | - "forceConsistentCasingInFileNames": true, |
13 | | - "jsx": "react-jsx", |
14 | | - "lib": ["ESNext"], |
15 | | - "module": "ESNext", |
16 | | - "moduleResolution": "Bundler", |
17 | | - "noFallthroughCasesInSwitch": true, |
18 | | - "noImplicitReturns": true, |
19 | | - "noImplicitUseStrict": false, |
20 | | - "noStrictGenericChecks": false, |
21 | | - "noUncheckedIndexedAccess": true, |
22 | | - "noUnusedLocals": true, |
23 | | - "noUnusedParameters": true, |
24 | | - "resolveJsonModule": true, |
25 | | - "skipLibCheck": true, |
26 | | - "strict": true, |
27 | | - "target": "ESNext", |
28 | | - "verbatimModuleSyntax": true |
| 8 | + "rootDir": "." |
29 | 9 | } |
30 | 10 | } |
0 commit comments