// prettier-ignore
{
    "compilerOptions": {
      /* Visit https://aka.ms/tsconfig.json to read more about this file */
  
      /* Completeness */
      "skipLibCheck": true,                                 /* Skip type checking all .d.ts files. */
      "typeRoots": ["node_modules/@types"]
    }
  }
  