https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: c9a4f2b5b461475b55ef4afa8212dfe799ecdee6 authored by Viraj-10 on 30 March 2022, 11:16:15 UTC
fix: replacing rehman to rohit for PR review auto-assign-bot
Tip revision: c9a4f2b
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
  },
  "extends": "expo/tsconfig.base"
}
back to top