https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 551daff479c12ac936a8745488d33e1db20e894e authored by meenu on 05 August 2021, 12:21:13 UTC
fix: merged link
Tip revision: 551daff
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