* 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
14 lines
386 B
JSON
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. */
|
|
}
|
|
}
|