// TypeScript configuration for the apache-arrow target's tests { "extends": "./tsconfig.base.json", "compilerOptions": { "target": "esnext", "module": "commonjs" } }