https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 1ea530b72a3efbf530154bf1cfb52fe0d5606bd0 authored by Suraj Ahmed on 06 April 2022, 12:10:44 UTC
v3.4.0-rc.6
Tip revision: 1ea530b
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