mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-24 15:29:48 +00:00
37 lines
916 B
JSON
37 lines
916 B
JSON
{
|
|
"exclude": [
|
|
"**/node_modules",
|
|
"**/lib",
|
|
"**/.eslintrc.js",
|
|
"**/.prettierrc.js",
|
|
"**/jest.config.js",
|
|
"**/babel.config.js",
|
|
"**/metro.config.js",
|
|
"**/react-native.config.js",
|
|
"**/tsconfig.json"
|
|
],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"allowUnreachableCode": false,
|
|
"allowUnusedLabels": false,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"lib": ["ESNext", "dom"],
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"noEmit": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitUseStrict": false,
|
|
"noStrictGenericChecks": false,
|
|
"noUncheckedIndexedAccess": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"target": "ESNext",
|
|
"verbatimModuleSyntax": true
|
|
}
|
|
}
|