react-native-bluetooth-cache-manager
Version:
A React Native module to refresh Bluetooth GATT cache
15 lines (14 loc) • 323 B
JSON
{
"compilerOptions": {
"target": "ES6",
"module": "CommonJS",
"declaration": true,
"outDir": "lib",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src", "src/global.d.ts"],
"exclude": ["node_modules", "lib"]
}