https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 644ab6d7baa03f2515ec6082f6d9ea4b04985d7d authored by Suraj Ahmed C on 20 September 2021, 19:06:58 UTC
Merge branch 'master' into release/3.2.0-rc.0
Tip revision: 644ab6d
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