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