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