]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/arrow/js/tsconfig/tsconfig.bin.cjs.json
import quincy 17.2.0
[ceph.git] / ceph / src / arrow / js / tsconfig / tsconfig.bin.cjs.json
diff --git a/ceph/src/arrow/js/tsconfig/tsconfig.bin.cjs.json b/ceph/src/arrow/js/tsconfig/tsconfig.bin.cjs.json
new file mode 100644 (file)
index 0000000..e967181
--- /dev/null
@@ -0,0 +1,12 @@
+// Compiler configuration to build the ES5 CommonJS bin files
+{
+  "extends": "./tsconfig.base.json",
+  "exclude": ["../node_modules"],
+  "include": ["../src/bin/*.ts"],
+  "compilerOptions": {
+    "target": "esnext",
+    "module": "commonjs",
+    "declaration": false,
+    "declarationMap": false
+  }
+}