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