https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 134e313f060e6dd05221037055c17b732b52ee64 authored by Aditya Jamuar on 22 June 2021, 15:01:34 UTC
fix: readme image issues fixed using absolute path
Tip revision: 134e313
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