https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: f7d65129dc1fd1f11e99c65e38ded5e1b21bc9f2 authored by dependabot[bot] on 02 March 2022, 00:01:22 UTC
chore(deps): bump plist from 3.0.1 to 3.0.4
Tip revision: f7d6512
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