https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 482b06e06bc3ff305cd40e0c0f1a02d41317d19b authored by Suraj Ahmed on 01 September 2021, 08:55:32 UTC
v3.2.0-alpha.3
Tip revision: 482b06e
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