https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: dd5f9b519f202c7083e40082e878a5a038d216be authored by MD-REHMAN on 21 September 2021, 10:30:34 UTC
fix: checkbox potential fix for snackplayer issue
Tip revision: dd5f9b5
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