{
  "extends": "./tsconfig.json",
  // Do not build our tests.
  "files": ["src/index.tsx"],
  "compilerOptions": {
    // Generate a CommonJS module for Node.
    "module": "commonjs",
    "outDir": "dist/cjs"
  }
}
