https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 46c822d34fc3c27429ba202f7b956d769cd79cc0 authored by Vidhi Kataria on 07 September 2021, 12:32:40 UTC
fix: conflicts resolved
Tip revision: 46c822d
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