react-native-notifications
Version:
Advanced Push Notifications (Silent, interactive notifications) for iOS & Android
19 lines (18 loc) • 489 B
JSON
{
"$schema": "http://json.schemastore.org/tsconfig",
"compilerOptions": {
"allowSyntheticDefaultImports": false,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"diagnostics": true,
"forceConsistentCasingInFileNames": true,
"importHelpers": true,
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"pretty": true,
"strict": true
}
}