https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 4171b3c03b4abda5b9b5069296ad125dfda84192 authored by Suraj Ahmed on 11 April 2022, 13:54:22 UTC
feat: added pseudo prop _important
Tip revision: 4171b3c
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