https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: ad34c57128909971920a0f68fc39c37792ff4057 authored by Vidhi Kataria on 21 September 2021, 06:03:23 UTC
fix: design fixes
Tip revision: ad34c57
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