https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: e17e91caed98393a766ab4bce65618eaac0d7315 authored by Suraj Ahmed on 16 February 2022, 09:45:44 UTC
v3.3.7-rc.1
Tip revision: e17e91c
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