{
  "extends": "@tsconfig/react-native/tsconfig.json",
  "compilerOptions": {
    "jsx": "react-native",
    "paths": {
      "react-native": [
        "./node_modules/react-native-harmony"
      ],
    },
  },
  "exclude": [
    "harmony"
  ]
}