summaryrefslogtreecommitdiffstats
path: root/src/arrow/js/test/tsconfig/tsconfig.es5.umd.json
blob: 445ec8809b7bf844b779a87d139023eeeff8e456 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// TypeScript configuration for the ES5 Closure Compiler target's tests
{
  "extends": "./tsconfig.base.json",
  "compilerOptions": {
    "target": "esnext",
    "module": "umd",
    "declaration": false,
    "noEmitHelpers": true,
    "importHelpers": true,
    "downlevelIteration": true
  }
}