summaryrefslogtreecommitdiffstats
path: root/src/arrow/js/test/tsconfig/tsconfig.esnext.cjs.json
blob: 6f21fd56c50619441354ab6402c06fffa2efc833 (plain)
1
2
3
4
5
6
7
8
// TypeScript configuration for the ESNext CommonJS target's tests
{
  "extends": "./tsconfig.base.json",
  "compilerOptions": {
    "target": "esnext",
    "module": "commonjs"
  }
}