]> git.proxmox.com Git - ceph.git/blame - ceph/src/arrow/js/tsconfig/tsconfig.es5.cjs.json
import quincy 17.2.0
[ceph.git] / ceph / src / arrow / js / tsconfig / tsconfig.es5.cjs.json
CommitLineData
1d09f67e
TL
1// Compiler configuration to build the ES5 CommonJS target
2{
3 "extends": "./tsconfig.base.json",
4 "compilerOptions": {
5 "target": "es5",
6 "module": "commonjs"
7 }
8}