|
1 | 1 | { |
2 | | - "compilerOptions": { |
3 | | - "rootDir": "src", |
4 | | - "paths": { |
5 | | - "clickstream-react-native": [ |
6 | | - "./src/index" |
7 | | - ] |
8 | | - }, |
9 | | - "allowUnreachableCode": false, |
10 | | - "allowUnusedLabels": false, |
11 | | - "esModuleInterop": true, |
12 | | - "noImplicitAny": true, |
13 | | - "downlevelIteration": true, |
14 | | - "forceConsistentCasingInFileNames": true, |
15 | | - "jsx": "react", |
16 | | - "lib": [ |
17 | | - "es2020" |
18 | | - ], |
19 | | - "moduleResolution": "node", |
20 | | - "noFallthroughCasesInSwitch": true, |
21 | | - "noImplicitReturns": true, |
22 | | - "noImplicitUseStrict": false, |
23 | | - "noStrictGenericChecks": false, |
24 | | - "noUncheckedIndexedAccess": true, |
25 | | - "noUnusedLocals": true, |
26 | | - "noUnusedParameters": true, |
27 | | - "resolveJsonModule": true, |
28 | | - "skipLibCheck": true, |
29 | | - "importHelpers": true, |
30 | | - "noEmitOnError": false, |
31 | | - "declaration": true, |
32 | | - "strict": true, |
33 | | - "target": "es2020", |
34 | | - "outDir": "lib" |
35 | | - }, |
36 | | - "exclude": [ |
37 | | - "**/__tests__", |
38 | | - "example" |
39 | | - ] |
| 2 | + "compilerOptions": { |
| 3 | + "rootDir": ".", |
| 4 | + "paths": { |
| 5 | + "@aws/clickstream-react-native": [ |
| 6 | + "./src/index" |
| 7 | + ] |
| 8 | + }, |
| 9 | + "allowUnreachableCode": false, |
| 10 | + "allowUnusedLabels": false, |
| 11 | + "esModuleInterop": true, |
| 12 | + "noImplicitAny": true, |
| 13 | + "downlevelIteration": true, |
| 14 | + "forceConsistentCasingInFileNames": true, |
| 15 | + "jsx": "react", |
| 16 | + "lib": [ |
| 17 | + "es2020" |
| 18 | + ], |
| 19 | + "moduleResolution": "node", |
| 20 | + "noFallthroughCasesInSwitch": true, |
| 21 | + "noImplicitReturns": true, |
| 22 | + "noImplicitUseStrict": false, |
| 23 | + "noStrictGenericChecks": false, |
| 24 | + "noUncheckedIndexedAccess": true, |
| 25 | + "noUnusedLocals": true, |
| 26 | + "noUnusedParameters": true, |
| 27 | + "resolveJsonModule": true, |
| 28 | + "skipLibCheck": true, |
| 29 | + "importHelpers": true, |
| 30 | + "noEmitOnError": false, |
| 31 | + "declaration": true, |
| 32 | + "strict": true, |
| 33 | + "target": "es2020", |
| 34 | + "outDir": "lib" |
| 35 | + } |
40 | 36 | } |
0 commit comments