mirror of
https://github.com/status-im/react-native-transparent-video.git
synced 2025-01-09 06:21:59 +00:00
29 lines
749 B
JSON
29 lines
749 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": "./",
|
||
|
"paths": {
|
||
|
"react-native-transparent-video": ["./src/index"]
|
||
|
},
|
||
|
"allowUnreachableCode": false,
|
||
|
"allowUnusedLabels": false,
|
||
|
"esModuleInterop": true,
|
||
|
"importsNotUsedAsValues": "error",
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"jsx": "react",
|
||
|
"lib": ["esnext"],
|
||
|
"module": "esnext",
|
||
|
"moduleResolution": "node",
|
||
|
"noFallthroughCasesInSwitch": true,
|
||
|
"noImplicitReturns": true,
|
||
|
"noImplicitUseStrict": false,
|
||
|
"noStrictGenericChecks": false,
|
||
|
"noUncheckedIndexedAccess": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"noUnusedParameters": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"skipLibCheck": true,
|
||
|
"strict": true,
|
||
|
"target": "esnext"
|
||
|
}
|
||
|
}
|