summaryrefslogtreecommitdiffstats
path: root/src/arrow/js/tsconfig/tsconfig.esnext.esm.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/arrow/js/tsconfig/tsconfig.esnext.esm.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/arrow/js/tsconfig/tsconfig.esnext.esm.json b/src/arrow/js/tsconfig/tsconfig.esnext.esm.json
new file mode 100644
index 000000000..6701c8e13
--- /dev/null
+++ b/src/arrow/js/tsconfig/tsconfig.esnext.esm.json
@@ -0,0 +1,8 @@
+// Compiler configuration to build the ESNext ESModules target
+{
+ "extends": "./tsconfig.base.json",
+ "compilerOptions": {
+ "target": "esnext",
+ "module": "es2015"
+ }
+}