https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 524e65cd26f47a2d7f9fc7531b769260adb8e313 authored by Vidhi Kataria on 14 September 2021, 13:02:12 UTC
fix: breadcrumb typings fix
Tip revision: 524e65c
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