https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 3c130f131a20a371364837b1261fb2131d9a0771 authored by Suraj Ahmed Choudhury on 04 August 2023, 14:18:44 UTC
Merge pull request #5779 from GeekyAnts/feat/gui-banner
Tip revision: 3c130f1
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