summaryrefslogtreecommitdiffstats
path: root/src/arrow/js/test/tsconfig/tsconfig.esnext.cjs.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/arrow/js/test/tsconfig/tsconfig.esnext.cjs.json')
-rw-r--r--src/arrow/js/test/tsconfig/tsconfig.esnext.cjs.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/arrow/js/test/tsconfig/tsconfig.esnext.cjs.json b/src/arrow/js/test/tsconfig/tsconfig.esnext.cjs.json
new file mode 100644
index 000000000..6f21fd56c
--- /dev/null
+++ b/src/arrow/js/test/tsconfig/tsconfig.esnext.cjs.json
@@ -0,0 +1,8 @@
+// TypeScript configuration for the ESNext CommonJS target's tests
+{
+ "extends": "./tsconfig.base.json",
+ "compilerOptions": {
+ "target": "esnext",
+ "module": "commonjs"
+ }
+}