summaryrefslogtreecommitdiffstats
path: root/src/arrow/js/tsconfig/tsconfig.es5.cls.json
blob: a03808d365ce898f0d17e1063c7e78b6eca535d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Compiler configuration to build the ES5 Closure Compiler target
{
  "extends": "./tsconfig.base.json",
  "compilerOptions": {
    "target": "esnext",
    "module": "es2015",
    "declaration": false,
    "declarationMap": false,
    "noEmitHelpers": true,
    "importHelpers": false
  }
}