{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "incremental": false,
    "types": ["node", "jest"],
    "typeRoots": ["./node_modules/@types", "../node_modules/@types"],
    "skipLibCheck": true,
    "allowSyntheticDefaultImports": true
  }
}
