https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 81598103d5eccd03d2253b1eb9ae8a98ee9e98c3 authored by Rohit Singh on 15 September 2021, 06:50:50 UTC
fix: opacity tokenization
Tip revision: 8159810
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