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