]> git.proxmox.com Git - ceph.git/blobdiff - 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
diff --git a/ceph/src/arrow/js/test/tsconfig/tsconfig.src.json b/ceph/src/arrow/js/test/tsconfig/tsconfig.src.json
new file mode 100644 (file)
index 0000000..5413898
--- /dev/null
@@ -0,0 +1,8 @@
+// TypeScript configuration for the source target's tests
+{
+  "extends": "./tsconfig.base.json",
+  "compilerOptions": {
+    "target": "esnext",
+    "module": "es2020"
+  }
+}