2024-03-24 09:45:44 +00:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"rootDir": ".",
|
|
|
|
|
"paths": {
|
|
|
|
|
"react-native-bt-device": ["./src/index"]
|
|
|
|
|
},
|
|
|
|
|
"allowUnreachableCode": false,
|
|
|
|
|
"allowUnusedLabels": false,
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"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,
|
2024-03-28 11:11:00 +00:00
|
|
|
"noImplicitAny": false,
|
|
|
|
|
"allowJs": true,
|
2024-03-24 09:45:44 +00:00
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"strict": true,
|
|
|
|
|
"target": "esnext",
|
|
|
|
|
"verbatimModuleSyntax": true
|
|
|
|
|
}
|
|
|
|
|
}
|