https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: ba772aafe58dd66f66aa08fad965d073d438d366 authored by MD-REHMAN on 23 March 2021, 14:39:18 UTC
fix: heading type fix
Tip revision: ba772aa
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