{
  "extends": "./tsconfig.build.json",
  "compilerOptions": {
    "emitDeclarationOnly": false,
    "incremental": false,
    // Required to run benchmark command from root directory
    "typeRoots": ["node_modules/@types", "./types"],
    "noEmit": true
  }
}
