{
  "extends": ".",
  "compilerOptions": {
    "module": "commonjs",
    "outDir": "./dist/cjs",
    // We delete the CJS .d.ts files in postcompile so we don't need to
    // ever make their maps. (We can't disable creating the files because
    // this is a composite project.)
    "declarationMap": false,
  },
}
