Files
address-verification-app/tsconfig.json
Himanshu Kansal 9c97681b88 WaterMelon Db Integration | Himanshu (#39)
* WaterMelon Db Integration

* Fix flow

* Success Icon fix

* Deleting offline images - once sync

* Fix api fail

* Watermelon DB - fix delete flow

* Fix review comment

* Fix review comment - change js to ts files
2023-01-09 16:37:11 +05:30

14 lines
386 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 */
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
/* Completeness */
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
}
}