{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./dist", /* Redirect output structure to the directory. */
    "module": "ESNext", /* https://www.typescriptlang.org/docs/handbook/esm-node.html */
  },
  "exclude": [
    // override inherited exclude of respec files
  ]
}
