https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: db78e6042f6120e1708e08019f73cdb8bd1092de authored by Nishan Bende on 28 June 2021, 14:07:53 UTC
Merge branch 'development' into android-accessibility-fix
Tip revision: db78e60
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
  }
  // "exclude": ["storybook"]
}
back to top