summaryrefslogtreecommitdiffstats
path: root/src/arrow/js/tsconfig/tsconfig.es5.cjs.json
blob: 7c149d39de2282f04f4c481dfce7475aae7e7ba8 (plain)
1
2
3
4
5
6
7
8
// Compiler configuration to build the ES5 CommonJS target
{
  "extends": "./tsconfig.base.json",
  "compilerOptions": {
    "target": "es5",
    "module": "commonjs"
  }
}