]> git.proxmox.com Git - ceph.git/blob - ceph/src/arrow/js/test/tsconfig/tsconfig.src.json
import quincy 17.2.0
[ceph.git] / ceph / src / arrow / js / test / tsconfig / tsconfig.src.json
1 // TypeScript configuration for the source target's tests
2 {
3 "extends": "./tsconfig.base.json",
4 "compilerOptions": {
5 "target": "esnext",
6 "module": "es2020"
7 }
8 }