summaryrefslogtreecommitdiffstats
path: root/src/arrow/js/test/tsconfig/tsconfig.es5.esm.json
blob: 01af8fabdfe01e8ab4f883d4dd4fc9291ba917bd (plain)
1
2
3
4
5
6
7
8
9
// TypeScript configuration for the ES5 ESModules target's tests
{
  "extends": "./tsconfig.base.json",
  "compilerOptions": {
    "target": "esnext",
    "module": "es2020",
    "downlevelIteration": true
  }
}