https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: cf8392ac90c204d32ac13bf0ba2321aa6385be9f authored by Aditya Jamuar on 08 December 2021, 13:54:04 UTC
v3.3.0-rc.2
Tip revision: cf8392a
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