https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 1a23bba4d4d085a31c2c6366d41c64325941c9f0 authored by Nishan Bende on 16 June 2021, 09:29:10 UTC
fix: slider upgrade version
Tip revision: 1a23bba
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