UNPKG

react-native-custom-alert-modal

Version:
15 lines 320 B
{ "compilerOptions": { "jsx": "react", // This enables JSX transformation "module": "esnext", "target": "esnext", "moduleResolution": "node", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": [ "src/**/*" ] }