summaryrefslogtreecommitdiffstats
path: root/src/arrow/js/test/tsconfig/tsconfig.esnext.umd.json
blob: baccc6994c14fbf3d8d50202cae5336b9cd8de27 (plain)
1
2
3
4
5
6
7
8
9
10
11
// TypeScript configuration for the ESNext Closure Compiler target's tests
{
  "extends": "./tsconfig.base.json",
  "compilerOptions": {
    "target": "esnext",
    "module": "umd",
    "declaration": false,
    "noEmitHelpers": true,
    "importHelpers": true
  }
}