https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: ebc40a43e3e6c605ecd170077534a9e4b00f9fc5 authored by Nishan Bende on 16 September 2021, 09:13:46 UTC
fix: resolve negative margins in string tokens
Tip revision: ebc40a4
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
  }
  // "exclude": ["storybook"]
}
back to top