https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: e9c2f6ade86d8d424674d92b7941ab8c6054f424 authored by Mayank Pagar on 27 January 2022, 08:34:54 UTC
Merge pull request #4586 from GeekyAnts/fix/icon-color
Tip revision: e9c2f6a
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