{
  "extends": [
    "@react-native/typescript-config",
  ],
  "include": [
    "metro.config.js",
    "react-native.config.js",
    "index.js",
    "tests"
  ],
  "compilerOptions": {
    "noImplicitAny": false,
    "allowJs": true,
    "types": [
      "node", // Removes an error when exporting with module.exports.
      "jest"
    ],
    "preserveSymlinks": true,
  }
}