]> git.proxmox.com Git - ceph.git/blob - ceph/src/arrow/js/test/tsconfig/tsconfig.es5.umd.json
import quincy 17.2.0
[ceph.git] / ceph / src / arrow / js / test / tsconfig / tsconfig.es5.umd.json
1 // TypeScript configuration for the ES5 Closure Compiler target's tests
2 {
3 "extends": "./tsconfig.base.json",
4 "compilerOptions": {
5 "target": "esnext",
6 "module": "umd",
7 "declaration": false,
8 "noEmitHelpers": true,
9 "importHelpers": true,
10 "downlevelIteration": true
11 }
12 }