{
  "compilerOptions": {
    "target": "ESNext",
    "jsx": "react-native",
    "module": "commonjs",
    "forceConsistentCasingInFileNames": true,
    "strict": true,
    "alwaysStrict": true,
    "skipLibCheck": true
  }
}