https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 5d732bb10c69dab32b8693358420b5a4b0091187 authored by Suraj Ahmed on 23 December 2021, 12:19:58 UTC
Merge branch 'minor' of github.com:GeekyAnts/NativeBase into minor
Tip revision: 5d732bb
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