https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 92795515243dd106caa4170912232b1df941c7dc authored by ankit-tailor on 02 August 2022, 06:01:57 UTC
fix: comments
Tip revision: 9279551
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