Files
address-verification-app/tsconfig.json
aman.singh c97d18acae changes
2022-12-07 15:03:57 +05:30

22 lines
555 B
JSON

// 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. */
"paths": {
"@components/*":[
"./RN-UI-LIB/src/*"
],
"@styles/*":[
"./RN-UI-LIB/src/styles/*"
],
"@utlis/*":[
"./RN-UI-LIB/src/utlis/*"
]
}
}
}