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