https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: afab9200671ff9848ea5ef16c5a07d14e6f6b6dd authored by Viraj-10 on 11 April 2022, 11:42:23 UTC
Merge branch 'fix/platform-typing-3.4' of github.com:GeekyAnts/NativeBase into fix/ref-typing
Tip revision: afab920
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