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