// prettier-ignore
{
  "extends": "@react-native/typescript-config/tsconfig.json",     /* Recommended React Native TSConfig base */
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "src/*": ["./src/*"],
      "common/*": ["./src/common/*"],
      "navigation/*": ["./src/common/navigation/*"],
      "features/*": ["./src/features/*"],
      "i18n/*": ["./src/i18n/*"],
    },
    /* Visit https://aka.ms/tsconfig.json to read more about this file */

    /* Completeness */
    
    "skipLibCheck": true                                 /* Skip type checking all .d.ts files. */
  }
}
