https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 1f9a084e58a408d3652fc8824bd14ca8352b0a78 authored by ankit-tailor on 31 March 2022, 07:23:51 UTC
fix: actionsheet content bg
Tip revision: 1f9a084
tsconfig.json
{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "native-base": [
        "../src/index"
      ]
    },
    "allowSyntheticDefaultImports": true,
    "jsx": "react-native",
    "lib": [
      "dom",
      "esnext"
    ],
    "moduleResolution": "node",
    "noEmit": true,
    "skipLibCheck": true,
    "resolveJsonModule": true,
    "strict": true
  },
  "extends": "expo/tsconfig.base"
}
back to top