diff options
Diffstat (limited to 'src/arrow/js/test/tsconfig/tsconfig.apache-arrow.json')
-rw-r--r-- | src/arrow/js/test/tsconfig/tsconfig.apache-arrow.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/arrow/js/test/tsconfig/tsconfig.apache-arrow.json b/src/arrow/js/test/tsconfig/tsconfig.apache-arrow.json new file mode 100644 index 000000000..161374e02 --- /dev/null +++ b/src/arrow/js/test/tsconfig/tsconfig.apache-arrow.json @@ -0,0 +1,8 @@ +// TypeScript configuration for the apache-arrow target's tests +{ + "extends": "./tsconfig.base.json", + "compilerOptions": { + "target": "esnext", + "module": "commonjs" + } +} |