https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 1c20eb8a5785b8dd75a861736d7b55d48b65d9ef authored by Viraj-10 on 18 October 2022, 14:34:55 UTC
fix: adding style insert removing rnw and adding them to repo
Tip revision: 1c20eb8
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