]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/arrow/js/tsconfig.json
import quincy 17.2.0
[ceph.git] / ceph / src / arrow / js / tsconfig.json
diff --git a/ceph/src/arrow/js/tsconfig.json b/ceph/src/arrow/js/tsconfig.json
new file mode 100644 (file)
index 0000000..c1e02ca
--- /dev/null
@@ -0,0 +1,19 @@
+{
+  "extends": "./tsconfig/tsconfig.base.json",
+  "formatCodeOptions": {
+    "tabSize": 2,
+    "indentSize": 2
+  },
+  "compilerOptions": {
+    "target": "esnext",
+    "module": "commonjs",
+    "noEmit": true,
+    "esModuleInterop": true,
+    "baseUrl": "./",
+    "paths": {
+      "apache-arrow": ["src/Arrow.node"],
+      "apache-arrow/*": ["src/*"]
+    }
+  },
+  "include": ["src/**/*.ts", "test/**/*.ts", "perf/**/*.ts"]
+}