https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 37d0e158127aedfbf0de350ce821e7943e55bb38 authored by ruchik02 on 15 December 2022, 07:04:23 UTC
fix: changes in typography in letter spacing
Tip revision: 37d0e15
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