https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 80254395657c163e58e02e53306da2df196eb73e authored by Aditya Jamuar on 11 October 2021, 12:07:36 UTC
v3.2.1-rc.4
Tip revision: 8025439
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