react-native-notifications
Version:
Advanced Push Notifications (Silent, interactive notifications) for iOS & Android
23 lines (22 loc) • 405 B
JSON
{
"extends": "./tsconfig-strict.json",
"compilerOptions": {
"outDir": "./lib/dist",
"allowJs": false,
"target": "esnext",
"module": "commonjs",
"jsx": "react-native",
"declaration": true,
"skipLibCheck": true,
"types": [
"jest",
"lodash",
"react",
"react-native",
"react-test-renderer"
]
},
"include": [
"./lib/src/**/*"
]
}