// 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 */ "emitDecoratorMetadata": true, "experimentalDecorators": true, "lib": [ "dom", "es5", "es2020" ], /* Completeness */ "skipLibCheck": true, /* Skip type checking all .d.ts files. */ "baseUrl": ".", "paths": { "@root/*": ["."], "@components/*": ["src/components/*"], "@hooks": ["src/hooks/index"], "@hooks/*": ["src/hooks/*"], "@actions/*": ["src/action/*"], "@reducers/*": ["src/reducer/*"], "@constants/*": ["src/constants/*"], "@screens/*": ["src/screens/*"], "@services/*": ["src/services/*"], "@interfaces/*": ["src/types/*"], "@common/*": ["src/common/*"], "@assets/*": ["src/assets/*"], "@store": ["src/store/store"], "@utils/*": ["src/components/utlis/*"], "@rn-ui-lib/components/*": ["RN-UI-LIB/src/components/*"], "@rn-ui-lib/icons/*": ["RN-UI-LIB/src/Icons/*"], "@rn-ui-lib/styles": ["RN-UI-LIB/src/styles/index"], "@rn-ui-lib/colors": ["RN-UI-LIB/src/styles/colors"], "@rn-ui-lib/utils/*": ["RN-UI-LIB/src/utlis/*"], } }, }