// prettier-ignore { "extends": "@tsconfig/react-native/tsconfig.json", /* Recommended React Native TSConfig base */ "compilerOptions": { /* Visit https://aka.ms/tsconfig.json to read more about this file */ /* Completeness */ "skipLibCheck": true, /* Skip type checking all .d.ts files. */ "baseUrl": ".", "paths": { // This needs to be mirrored in babel.config.js "@/pages/*": ["src/pages/*"], "@/utils/*": ["src/utils/*"], "@/styles/*": ["src/styles/*"], "@/actions/*": ["src/actions/*"], "@/components/*": ["src/components/*"], "@/services/*": ["src/services/*"], "@/netWork/*": ["src/netWork/*"], "@/storage/*": ["src/storage/*"], "@/static/*": ["src/static/*"], } } }