https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: aa0fc47da5787ca17c88ca24e79a10e0d46aa0b7 authored by MD-REHMAN on 01 April 2021, 11:42:49 UTC
fix: typo
Tip revision: aa0fc47
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