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