https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 504c8e59a97958da485dd239d93545d8c363f092 authored by Suraj Ahmed on 20 September 2021, 11:27:20 UTC
fix: checkbox types updated
Tip revision: 504c8e5
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