https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 749013f0ae01a810d46651af21777bab6749eef5 authored by Vidhi Kataria on 20 September 2021, 07:46:50 UTC
fix: conflicts resolved
Tip revision: 749013f
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