https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 2c5982ae848a11848d709fd455a8012381ab2477 authored by dependabot[bot] on 05 December 2022, 10:50:58 UTC
chore(deps): bump decode-uri-component in /RNBareExample
Tip revision: 2c5982a
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