https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 6893ee4995fd5df774019f9bf23dafd426ad704d authored by Rohit Singh on 26 March 2021, 10:15:54 UTC
Merge branch 'v3-pre-beta' of https://github.com/GeekyAnts/NativeBase into fix/v3-link-hoverable
Tip revision: 6893ee4
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
  }
}
back to top