UNPKG

react-native-internal-notification

Version:

Typescript component to show internal (in-app) notifications for react native application

15 lines (14 loc) 347 B
{ "compilerOptions": { "target": "esnext", "jsx": "react-native", "strict": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "outDir": "./dist", "declaration": true, "skipLibCheck": true, "moduleResolution": "node" }, "include": ["src"] }